[Webkit-unassigned] [Bug 222558] [SOUP] Not doing HTTP 1.1?

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Mar 1 12:59:04 PST 2021


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

Michael Catanzaro <mcatanzaro at gnome.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |inspector-bugzilla-changes@
                   |                            |group.apple.com
          Component|WebKitGTK                   |Web Inspector

--- Comment #2 from Michael Catanzaro <mcatanzaro at gnome.org> ---
(In reply to Michael Catanzaro from comment #0)
> I hope this is only a web inspector bug, but I doubt it.

Running libsoup's example server and connecting via Epiphany, the server prints:

$ jhbuild run ./simple-httpd
Listening on http://0.0.0.0:42381/
Listening on http://[::]:42381/

Waiting for requests...
GET / HTTP/1.1
Host: 0.0.0.0:42381
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
Upgrade-Insecure-Requests: 1
User-Agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.0 Safari/605.1.15
Accept-Encoding: gzip, deflate
Accept-Language: en-US
Connection: Keep-Alive
  -> 200 OK

So this is a WebKit bug, not a libsoup bug. What we display in the web inspector is different from what we actually send to the server!

-- 
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/20210301/05ccca33/attachment.htm>


More information about the webkit-unassigned mailing list