[Webkit-unassigned] [Bug 18391] return body data incrementally from libsoup backend
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Wed Apr 9 19:14:22 PDT 2008
http://bugs.webkit.org/show_bug.cgi?id=18391
danw at gnome.org changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #20434|review? |
Flag| |
Attachment #20434|0 |1
is obsolete| |
Attachment #20446| |review?
Flag| |
------- Comment #5 from danw at gnome.org 2008-04-09 19:14 PDT -------
Created an attachment (id=20446)
--> (http://bugs.webkit.org/attachment.cgi?id=20446&action=view)
revised patch
checking SOUP_STATUS_IS_REDIRECTION() isn't quite right though, because in the
cases where it *doesn't* redirect on a 3xx response, we'd end up with no body
at the end...
Error messages should generally be short anyway, so I've just changed it so
that it provides the data incrementally for 2xx responses, and all at once at
the end still for non-2xx responses.
--
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