[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 06:16:07 PDT 2012


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


Martin Robinson <mrobinson at webkit.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #145045|review?                     |review+
               Flag|                            |




--- Comment #2 from Martin Robinson <mrobinson at webkit.org>  2012-05-31 06:16:07 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
> +    // If the handle already got a response, make sure the download client is notified.
> +    ResourceHandleInternal* handleInternal = m_resourceHandle->getInternal();
> +    if (!handleInternal->m_response.isNull())
> +        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?

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