[Webkit-unassigned] [Bug 18391] return body data incrementally from libsoup backend
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Mon Apr 14 05:41:14 PDT 2008
http://bugs.webkit.org/show_bug.cgi?id=18391
danw at gnome.org changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |UNCONFIRMED
Resolution|FIXED |
------- Comment #18 from danw at gnome.org 2008-04-14 05:41 PDT -------
Hm... I realized this weekend while trying to figure out the APIs that I had
confused
ResourceLoader::didReceiveData(const char*, int, long long lengthReceived,
bool allAtOnce)
and
ResourceHandleClient::didReceiveData(ResourceHandle*, const char*, int, int
lengthReceived)
here:
+ client->didReceiveData(handle, chunk->data, chunk->length, false);
ie, the last argument should actually be an int, not a bool. I couldn't figure
out what that argument is actually supposed to mean, since AFAICT it currently
ends up going unused in WebKitGtk. The old code passed "0" there but I don't
know if that's right or wrong.
--
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