rgw: StreamIO takes a yield

Signed-off-by: Abhishek Lekshmanan <abhishek@suse.com>
This commit is contained in:
Abhishek Lekshmanan 2019-01-04 11:17:44 +01:00
parent 089190435c
commit 95cc4224d1

View File

@ -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()};