http://bugs.winehq.org/show_bug.cgi?id=59573 Bug ID: 59573 Summary: Regression introduced by decompression support in winhttp Product: Wine Version: 11.5 Hardware: x86-64 OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: winhttp Assignee: wine-bugs@list.winehq.org Reporter: sutupud@yahoo.com Distribution: --- Initial problem was voice chat being broken in Overwatch, trying to connect resulted in an error message. I bisected it to 335ae4237c72f09408e9b1b26b1d5f3891ed9a3c On looking more closely through the output of WINEDEBUG=+winhttp, the server response has a "Content-Encoding: utf-8" header. That triggers this branch here: https://gitlab.winehq.org/wine/wine/-/commit/335ae4237c72f09408e9b1b26b1d5f3... The query here checks for the wrong header, it should be for WINHTTP_QUERY_CONTENT_TRANSFER_ENCODING, not for WINHTTP_QUERY_CONTENT_ENCODING! Changing it to that fixes the problem. -- 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.