[Bug 35953] FFXIV: ARR - Launcher requires native winhttp to run.

wine-bugs at winehq.org wine-bugs at winehq.org
Sun Aug 9 11:59:46 CDT 2015


https://bugs.winehq.org/show_bug.cgi?id=35953

Michael Müller <michael at fds-team.de> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |michael at fds-team.de

--- Comment #13 from Michael Müller <michael at fds-team.de> ---
The following two patches fix the bug:
https://github.com/wine-compholio/wine-staging/tree/master/patches/winhttp-Request_Headers
(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.


More information about the wine-bugs mailing list