March 28, 2026
8:34 a.m.
http://bugs.winehq.org/show_bug.cgi?id=59554 --- Comment #16 from Hans Leidekker <hans@meelstraat.net> --- (In reply to axis6404 from comment #14)
After debugging, I found that when using gzip transfer, the data size received in WINHTTP_CALLBACK_STATUS_READ_COMPLETE is 14 bytes smaller than expected.
I guess you're referring to this line: 06d8:trace:winhttp:read_data retrieved 47 bytes (47/61) That's because it's a gzip stream (wrapped in a chunk). We should remove those numbers since they're not accurate when the stream is compressed. -- 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.