Max Ouellet

Results 1 comments of Max Ouellet

I ran into this bug yesterday, and ended up investigating it more thoroughly Basically, cpprest on Windows ends up calling [`HttpSendHttpResponse`](https://learn.microsoft.com/en-us/windows/win32/api/http/nf-http-httpsendhttpresponse). This requires filling a [`HTTP_RESPONSE_HEADERS`](https://learn.microsoft.com/en-us/windows/win32/api/http/ns-http-http_response_headers) struct. Problem is that...