[Webkit-unassigned] [Bug 10845] Various bugs in ResourceLoaderWin with local files

bugzilla-daemon at opendarwin.org bugzilla-daemon at opendarwin.org
Wed Sep 13 16:24:18 PDT 2006


http://bugzilla.opendarwin.org/show_bug.cgi?id=10845


beidson at apple.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #10546|review?                     |review-
               Flag|                            |




------- Comment #5 from beidson at apple.com  2006-09-13 16:24 PDT -------
(From update of attachment 10546)
 void ResourceLoader::fileLoadTimer(Timer<ResourceLoader>* timer)
 {
+    client()->receivedResponse(this, 0);

This seems to me to introduce incorrect behavior - client->receivedResponse()
is only supposed to be called when the HTTP response comes back for a HTTP
request.  If it's only data you're talking about, client->receivedData() is all
that needs to be called.

Can you tell use what the crash is you're seeing?


-- 
Configure bugmail: http://bugzilla.opendarwin.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