https://bugs.winehq.org/show_bug.cgi?id=35953
Michael Müller michael@fds-team.de changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |michael@fds-team.de
--- Comment #13 from Michael Müller michael@fds-team.de --- The following two patches fix the bug: https://github.com/wine-compholio/wine-staging/tree/master/patches/winhttp-R... (the first one just removes an unused variable)
The problem is caused by WinHttpQueryHeaders. The returned headers must be terminated by a double \r\n when using WINHTTP_QUERY_RAW_HEADERS_CRLF. So far this was only the case for the request headers but not the response headers.
I will submit the patch later this week.