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

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jul 5 01:22:46 PDT 2007


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


freyther at handhelds.org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #14924|0                           |1
        is obsolete|                            |
  Attachment #15396|                            |review?
               Flag|                            |




------- Comment #7 from freyther at handhelds.org  2007-07-05 01:22 PDT -------
Created an attachment (id=15396)
 --> (http://bugs.webkit.org/attachment.cgi?id=15396&action=view)
CURL rework header handling

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


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