mirror of
https://github.com/YGGverse/aquatic.git
synced 2026-04-02 02:35:31 +00:00
aquatic_http: glommio: implement scrape requests
This commit is contained in:
parent
9693119624
commit
b7d61cecd9
3 changed files with 86 additions and 36 deletions
|
|
@ -118,7 +118,6 @@ async fn handle_request_stream<S>(
|
|||
peer_addr,
|
||||
response_consumer_id,
|
||||
connection_id,
|
||||
original_indices,
|
||||
} => {
|
||||
let meta = ConnectionMeta {
|
||||
worker_index: response_consumer_id.0,
|
||||
|
|
@ -133,7 +132,6 @@ async fn handle_request_stream<S>(
|
|||
response,
|
||||
peer_addr,
|
||||
connection_id,
|
||||
original_indices,
|
||||
};
|
||||
|
||||
(response, response_consumer_id)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue