[Webkit-unassigned] [Bug 18391] return body data incrementally from libsoup backend

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Apr 10 12:12:11 PDT 2008


http://bugs.webkit.org/show_bug.cgi?id=18391





------- Comment #13 from danw at gnome.org  2008-04-10 12:12 PDT -------
Yeah, just checking 3xx and Location header isn't sufficient.

At the moment, the rule is that if there's a Location header, AND it contains a
valid http: or https: URL, AND either (a) the status is 302 or 303, or (b) the
status is 301 or 307 AND the method is GET, HEAD, OPTIONS, or PROPFIND, then
the message gets automatically redirected.

Once we deal with authentication, then that will add another set of cases in
which libsoup requeues the message automatically (when there's a 401 or 407,
and it already has a valid password cached).


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



More information about the webkit-unassigned mailing list