[Webkit-unassigned] [Bug 14651] [CURL] didReceiveResponse() only called for HTTP loads

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Dec 8 15:41:45 PST 2007


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


kevino at theolliviers.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #17785|0                           |1
        is obsolete|                            |
  Attachment #17792|                            |review?
               Flag|                            |




------- Comment #4 from kevino at theolliviers.com  2007-12-08 15:41 PDT -------
Created an attachment (id=17792)
 --> (http://bugs.webkit.org/attachment.cgi?id=17792&action=view)
New attempt that checks a bool value

I've updated the implementation to check a bool value before running any of the
local files code. It now no longer runs multiple times during one resource
load, nor will it call CURL APIs, etc. unless necessary.

I added a TODO in the comments about finding a better approach, but so far I've
been unable to find anything in the CURL API that would suggest a better
solution, and the only other way I can see to approach this would be to avoid
CURL entirely for local files, which I think is just going to add to the number
of code paths we need to support. I'd really like to take this route for now so
that we can get the fix in there, as I know it is biting existing wx port users
at least.


-- 
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