[Webkit-unassigned] [Bug 85072] [soup] URL of the ResourceResponse passed to willSendRequest is incorrect

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed May 2 01:42:53 PDT 2012


https://bugs.webkit.org/show_bug.cgi?id=85072


Christophe Dumez <christophe.dumez at intel.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #139760|0                           |1
        is obsolete|                            |
 Attachment #139766|                            |review?, commit-queue?
               Flag|                            |




--- Comment #13 from Christophe Dumez <christophe.dumez at intel.com>  2012-05-02 01:42:52 PST ---
Created an attachment (id=139766)
 --> (https://bugs.webkit.org/attachment.cgi?id=139766&action=review)
Patch

Ok, here is the fixed patch.

2 things I would like to mention:
 - The m_response is now probably updated twice (first in gotHeadersCallback() when we get the headers and then in sendRequestCallback())
 - Would it make sense to move the WEB_TIMING receiveHeadersEnd update code from sendRequestCallback() to gotHeadersCallback() now that we listen for the "got-headers" signal?

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list