WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
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
Add attachment
proposed patch, testcase, etc.
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.
Top of Page
Format For Printing
XML
Clone This Bug