[Webkit-unassigned] [Bug 132017] DocumentLoader::dataReceived assertion failed

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Apr 24 11:17:51 PDT 2014


https://bugs.webkit.org/show_bug.cgi?id=132017





--- Comment #4 from peavo at outlook.com  2014-04-24 11:18:11 PST ---
(In reply to comment #2)

Thanks for reviewing :)

> (From update of attachment 230005 [details])
> View in context: https://bugs.webkit.org/attachment.cgi?id=230005&action=review
> 
> Wow -- uninitialized variables.
> 

The initialization was not needed to fix the problem, I only includeded it to be on the safe side.

> Double-check that network tests still pass with this change. That 'didReceiveResponse' might be needed to flush the client state in cases where the response wasn't received earlier...
> 
> > Source/WebCore/platform/network/curl/ResourceHandleManager.cpp:-687
> > -                d->client()->didReceiveResponse(job, d->m_response);
> 
> Its possible that this is needed in addition to the one you added above, to handle cases where the client did not receive a valid/complete response, but WebKit needs to be told to "move to the next state".
> 
> Maybe double-check that HTTP and network tests work properly after this change.

Where do I find these tests?

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list