cpprestsdk
cpprestsdk copied to clipboard
Allow http_listener with http.sys backend to buffer response to increase throughput
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.