cpprestsdk icon indicating copy to clipboard operation
cpprestsdk copied to clipboard

Allow http_listener with http.sys backend to buffer response to increase throughput

Open tbarnekov opened this issue 3 years ago • 0 comments

The http_listener on Windows (http.sys) gives very poor throughput when tranferring large responses. Adding the HTTP_SEND_RESPONSE_FLAG_BUFFER_DATA when streaming the response can increase the throughput ten-fold.

tbarnekov avatar Feb 08 '22 12:02 tbarnekov