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 2 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 Oct 19 '23 06:10 tbarnekov