[Webkit-unassigned] [Bug 164220] NetworkSession: Network process crash when converting main resource to download

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Nov 5 04:42:45 PDT 2016


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

Carlos Garcia Campos <cgarcia at igalia.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #293544|0                           |1
        is obsolete|                            |
 Attachment #293992|                            |review?
              Flags|                            |

--- Comment #12 from Carlos Garcia Campos <cgarcia at igalia.com> ---
Created attachment 293992
  --> https://bugs.webkit.org/attachment.cgi?id=293992&action=review
New patch

This is a new approach that ensures the NetworkResourceLoader is cleaned up and destroyed right after becoming a download, but the NetworkLoad keeps alive until the NetworkDataTask becomes a download, by using PendingDownload to adopt the NetworkLoad. I think this also makes the downloads life cycle easier to follow now, since we will always have a PendingDownload, and we no longer need didBecomeDownload() callbacks.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20161105/e49750c6/attachment-0001.html>


More information about the webkit-unassigned mailing list