mirror of
https://github.com/ceph/ceph
synced 2025-01-10 13:10:46 +00:00
rgw: StreamIO takes a yield
Signed-off-by: Abhishek Lekshmanan <abhishek@suse.com>
This commit is contained in:
parent
089190435c
commit
95cc4224d1
@ -142,7 +142,7 @@ void handle_connection(RGWProcessEnv& env, Stream& stream,
|
||||
RGWRequest req{env.store->get_new_req_id()};
|
||||
|
||||
auto& socket = stream.lowest_layer();
|
||||
StreamIO real_client{cct, stream, parser, buffer, is_ssl,
|
||||
StreamIO real_client{cct, stream, parser, yield, buffer, is_ssl,
|
||||
socket.local_endpoint(),
|
||||
socket.remote_endpoint()};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user