RESOLVED FIXED 125622
[SOUP] Network process: asserts in DocumentLoader::dataReceived()
https://bugs.webkit.org/show_bug.cgi?id=125622
Summary [SOUP] Network process: asserts in DocumentLoader::dataReceived()
Alberto Garcia
Reported 2013-12-12 01:47:47 PST
So m_response is null because we don't get responseReceived() earlier. This is because we're calling didReceiveResponse() from ResourceHandleSoup but the network process's NetworkResourceLoader does not implement it anymore (it was renamed to didReceiveResponseAsync() in r147952). At the moment we cannot just use the async version without implementing the related continueDidReceiveResponse() and friends in ResourceHandle.
Attachments
Alberto Garcia
Comment 1 2014-01-07 05:42:13 PST
This has been fixed after bug 126006
Note You need to log in before you can comment on or make changes to this bug.