[Webkit-unassigned] [Bug 245625] [SOUP] Spammed by 0-byte downloads on imgur.com

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Oct 18 03:18:21 PDT 2022


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

--- Comment #6 from Carlos Garcia Campos <cgarcia at igalia.com> ---
I can reproduce with order.noodles.com. This needs 3 fixes in 3 different places:

1.- libsoup: sniffer is not run in http/2 for resources with no content. In http/1 the sniffer sets the content type as text/plain, we should do the same for http/2. This would fix the bug, because can show mime type will return true.

2.- Epiphany: should never try to download subresources that can't be handled by the web view.

3.- WebKit: should not ignore subresources with no content. After fixing libsoup this can only happen when the sniffer is disabled.

-- 
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/20221018/0d0c9f49/attachment-0001.htm>


More information about the webkit-unassigned mailing list