RESOLVED FIXED 126291
[SOUP] Implement ResourceHandle::continueWillSendRequest()
https://bugs.webkit.org/show_bug.cgi?id=126291
Summary [SOUP] Implement ResourceHandle::continueWillSendRequest()
Carlos Garcia Campos
Reported 2013-12-30 08:10:24 PST
This is needed to support willSendRequest() after a redirection when using network process. $ WEBKIT_USE_NETWORK_PROCESS=1 Programs/WebKit2APITests/TestResources -p /webkit2/WebKitWebPage/send-request /webkit2/WebKitWebPage/send-request: ** ERROR:../../Source/WebKit2/UIProcess/API/gtk/tests/TestResources.cpp:585:virtual void SendRequestTest::resourceFailed(WebKitWebResource*, GError*): assertion failed (webkit_web_resource_get_uri(resource) == m_expectedCancelledResourceURI.data()): ("http://127.0.0.1:41610/javascript.js" == "http://127.0.0.1:41610/cancel-this.js") This is the result of the test after applying patch attached to bug #126290
Attachments
Patch (3.19 KB, patch)
2013-12-30 08:13 PST, Carlos Garcia Campos
mrobinson: review+
Carlos Garcia Campos
Comment 1 2013-12-30 08:13:09 PST
Carlos Garcia Campos
Comment 2 2013-12-30 08:13:46 PST
$ WEBKIT_USE_NETWORK_PROCESS=1 Programs/WebKit2APITests/TestResources -p /webkit2/WebKitWebPage/send-request /webkit2/WebKitWebPage/send-request: OK
Carlos Garcia Campos
Comment 3 2013-12-31 00:26:54 PST
Note You need to log in before you can comment on or make changes to this bug.