[Webkit-unassigned] [Bug 30542] [gtk] Page loading fails

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Oct 21 11:08:25 PDT 2009


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





--- Comment #4 from Dan Winship <danw at gnome.org>  2009-10-21 11:08:25 PDT ---
So this turned out to be a server bug; it doesn't recognize

    Accept-Encoding: identity

and if that's the last header in the list, it fails to see the final CRLF of
the request and so thinks we haven't sent a complete request yet. (Sending
another CRLF fixes it.) I was not initially seeing the bug because I had a
cookie set for the site, and the Cookie header was being appended after the
Accept-Encoding header.

There doesn't seem to be a good workaround that is not of the form
"specifically hack around this one broken site". (Or "implement
Content-Encoding".)

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list