[Webkit-unassigned] [Bug 87953] [SOUP] WebProcess crashes when a download is started from an existing ResourceHandle

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu May 31 08:57:16 PDT 2012


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





--- Comment #5 from Martin Robinson <mrobinson at webkit.org>  2012-05-31 08:57:16 PST ---
(From update of attachment 145045)
View in context: https://bugs.webkit.org/attachment.cgi?id=145045&action=review

>>> Source/WebKit2/WebProcess/Downloads/soup/DownloadSoup.cpp:154
>>> +        m_downloadClient->didReceiveResponse(m_resourceHandle.get(), handleInternal->m_response);
>> 
>> Is there a chance that data has already been received or the request already failed as well? If that was the case then we'd have to forward those events. Or is the resource handle paused during policy decisions?
> 
> Policy decisions happen before data is sent, when the response has been received. If it fails, it's not converted to a download.

The download client still handles didReceiveData and didFail though...

-- 
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