[Webkit-unassigned] [Bug 14059] [CURL] Does not call didReceiveResponse()

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jul 5 09:54:28 PDT 2007


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





------- Comment #8 from freyther at handhelds.org  2007-07-05 09:54 PDT -------
(In reply to comment #7)
ap's Comments from IRC on the HTTPParser changes:
    -Using split(';') is bad for two reasons. It will not honor quotations and
is supposed to be slow. This affects my parsing method for the Content-Type and
the one moved from network/cf/ResourceResponseCFNet.cpp
    -There are two places parsing the Content-Type already. This is
http://trac.webkit.org/projects/webkit/browser/trunk/WebCore/xml/xmlhttprequest.cpp#L90
and TextResourceLoader.

Also the change of the CURL timeout was not documented in the ChangeLog.

So the next steps of the patch regarding will be to remove the split from the
code and follow the xhtmlhttprequest examples and move one Content-Type parsing
method into HTTPParsers.


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