Bug 115273

Summary: [WK2] Crashes under ResourceHandle::continueDidReceiveResponse when loading blobs
Product: WebKit Reporter: Alexey Proskuryakov <ap>
Component: WebKit2Assignee: Alexey Proskuryakov <ap>
Status: RESOLVED FIXED    
Severity: Normal    
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
proposed fix andersca: review+

Description Alexey Proskuryakov 2013-04-26 12:37:06 PDT
BlobResourceHandle doesn't implement didReceiveResponseAsync correctly, so it can finish (and cleanup NetworkResourceLoader) before receiving continueDidReceiveResponse message.
Comment 1 Alexey Proskuryakov 2013-04-26 12:39:39 PDT
Created attachment 199852 [details]
proposed fix
Comment 2 Alexey Proskuryakov 2013-04-26 12:41:33 PDT
Committed <http://trac.webkit.org/changeset/149204>.