[Bug 59558] New: HTTP 200 response body empty since Wine 11.5 regression (worked in 11.4)
http://bugs.winehq.org/show_bug.cgi?id=59558 Bug ID: 59558 Summary: HTTP 200 response body empty since Wine 11.5 regression (worked in 11.4) Product: Wine Version: 11.5 Hardware: x86-64 OS: Linux Status: UNCONFIRMED Severity: critical Priority: P2 Component: winhttp Assignee: wine-bugs@list.winehq.org Reporter: optimagw@gmail.com Distribution: --- Since upgrading to Wine 11.5, HTTP responses with status 200 OK return a completely empty body, even though the server correctly sends data. The same application works as expected on Wine 11.4 and on native Windows. Application details: - Win32 application built with Delphi (VCL), using the Rest.Client library (TRESTClient / TRESTRequest / TRESTResponse) - The application makes HTTP GET requests to a remote server returning application/json responses - On Wine 11.5, TRESTResponse.Content is always an empty string despite the server sending a non-empty JSON body and responding with HTTP 200 OK - On Wine 11.4, the same binary works correctly and the response body is properly received - On native Windows, the same binary works correctly According to the release notes, some changes were made around winhttp in Wine 11.5 so the regression has probably been introduced in one of these commits. I am especially concerned about the follow line in the release notes: "winhttp: Don't report data available for certain response statuses, even if there is data." Maybe it is not linked but a response with status 200 OK might for sure provide useful data that should be kept. -- 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.
http://bugs.winehq.org/show_bug.cgi?id=59558 Greg <optimagw@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |optimagw@gmail.com -- 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.
http://bugs.winehq.org/show_bug.cgi?id=59558 Greg <optimagw@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC|optimagw@gmail.com | -- 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.
http://bugs.winehq.org/show_bug.cgi?id=59558 Hans Leidekker <hans@meelstraat.net> changed: What |Removed |Added ---------------------------------------------------------------------------- Severity|critical |normal --- Comment #1 from Hans Leidekker <hans@meelstraat.net> --- If you're able to build Wine, please check if the patch from bug 59546 helps. -- 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.
http://bugs.winehq.org/show_bug.cgi?id=59558 --- Comment #2 from Greg <optimagw@gmail.com> --- Thank you for your prompt response. I don't think I'll have time to try compiling Wine in the next few days. I'll revert to version 11.4 for now and check if the issue is resolved in the next release. I'll update the status of this bug report once I've done that. -- 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.
参加者 (1)
-
WineHQ Bugzilla