RESOLVED FIXED 115273
[WK2] Crashes under ResourceHandle::continueDidReceiveResponse when loading blobs
https://bugs.webkit.org/show_bug.cgi?id=115273
Summary [WK2] Crashes under ResourceHandle::continueDidReceiveResponse when loading b...
Alexey Proskuryakov
Reported 2013-04-26 12:37:06 PDT
BlobResourceHandle doesn't implement didReceiveResponseAsync correctly, so it can finish (and cleanup NetworkResourceLoader) before receiving continueDidReceiveResponse message.
Attachments
proposed fix (1.59 KB, patch)
2013-04-26 12:39 PDT, Alexey Proskuryakov
andersca: review+
Alexey Proskuryakov
Comment 1 2013-04-26 12:39:39 PDT
Created attachment 199852 [details] proposed fix
Alexey Proskuryakov
Comment 2 2013-04-26 12:41:33 PDT
Note You need to log in before you can comment on or make changes to this bug.