Bug 125622
Summary: | [SOUP] Network process: asserts in DocumentLoader::dataReceived() | ||
---|---|---|---|
Product: | WebKit | Reporter: | Alberto Garcia <berto> |
Component: | WebKitGTK | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED FIXED | ||
Severity: | Normal | CC: | cgarcia |
Priority: | P2 | ||
Version: | 528+ (Nightly build) | ||
Hardware: | Unspecified | ||
OS: | Unspecified |
Alberto Garcia
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
This has been fixed after bug 126006