[webkit-reviews] review requested: [Bug 14059] [CURL] Does not call
didReceiveResponse() : [Attachment 15396] CURL rework header
handling
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Thu Jul 5 01:22:46 PDT 2007
Holger Freyther <freyther at handhelds.org> has asked for review:
Bug 14059: [CURL] Does not call didReceiveResponse()
http://bugs.webkit.org/show_bug.cgi?id=14059
Attachment 15396: CURL rework header handling
http://bugs.webkit.org/attachment.cgi?id=15396&action=edit
------- Additional Comments from Holger Freyther <freyther at handhelds.org>
The question I have is:
Should the parsing of Content-Type, Content-Dispo... go into a CURL specific
ResourceResponse::doUpdateResourceResponse?
ChangeLog | 99
++++++++++++++++++++++++
platform/network/HTTPParsers.cpp | 48 +++++++++++
platform/network/HTTPParsers.h | 2
platform/network/ResourceHandleInternal.h | 4
platform/network/ResourceResponse.cpp | 7 +
platform/network/ResourceResponse.h | 1
platform/network/cf/ResourceResponseCFNet.cpp | 29 -------
platform/network/curl/ResourceHandleCurl.cpp | 2
platform/network/curl/ResourceHandleManager.cpp | 77 +++++++++++++++++-
platform/network/curl/ResourceHandleManager.h | 7 -
10 files changed, 235 insertions(+), 41 deletions(-)
More information about the webkit-reviews
mailing list