https://bugs.winehq.org/show_bug.cgi?id=35953 Michael Müller <michael(a)fds-team.de> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |michael(a)fds-team.de --- Comment #13 from Michael Müller <michael(a)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. -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.