RESOLVED FIXED Bug 66811
ResourceRequest::setStorageSession should update NSURLRequest as well
https://bugs.webkit.org/show_bug.cgi?id=66811
Summary ResourceRequest::setStorageSession should update NSURLRequest as well
Pratik Solanki
Reported 2011-08-23 14:22:05 PDT
ResourceRequest::setStorageSession() creates a new CFMutableURLRequest and stores it as its m_cfRequest. This means, that when USE(CFNETWORK) is enabled, the CF and NS requests are out of sync. We should update the m_nsRequest field as well in that method.
Attachments
Patch (1.50 KB, patch)
2011-08-23 15:39 PDT, Pratik Solanki
darin: review+
Pratik Solanki
Comment 1 2011-08-23 15:37:41 PDT
by "when USE(CFNETWORK) is enabled", I meant "when USE(CFNETWORK) is enabled on Mac OSX"
Pratik Solanki
Comment 2 2011-08-23 15:39:04 PDT
Pratik Solanki
Comment 3 2011-08-23 15:55:48 PDT
Pratik Solanki
Comment 4 2011-08-23 16:05:22 PDT
Note You need to log in before you can comment on or make changes to this bug.