[Webkit-unassigned] [Bug 247421] Content downloaded with fetch() API when Concent-Encoding: gzip is set is not decompressed

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Nov 3 19:33:50 PDT 2022


https://bugs.webkit.org/show_bug.cgi?id=247421

--- Comment #3 from Ryan Reno <rreno at apple.com> ---
Thanks for providing a test case that is very helpful! 

I can't reproduce this issue when using a basic HTTP server with python -m http.server. That is, the test case passes.

Looking at the response headers the Web Inspector Network tab I see the main difference between the emscripten server and the stock server is the emscripten server returns a Content-type: application/octet-stream header for the gzipped file.


I'll investigate further to see if I can figure out why we aren't decompressing that MIME type.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20221104/c85c058f/attachment.htm>


More information about the webkit-unassigned mailing list