[Webkit-unassigned] [Bug 163204] New: NetworkSession: NetworkDataTask is leaked if download finishes in didReceiveResponse completion handler
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Mon Oct 10 03:58:04 PDT 2016
https://bugs.webkit.org/show_bug.cgi?id=163204
Bug ID: 163204
Summary: NetworkSession: NetworkDataTask is leaked if download
finishes in didReceiveResponse completion handler
Classification: Unclassified
Product: WebKit
Version: WebKit Local Build
Hardware: Unspecified
OS: Unspecified
Status: NEW
Severity: Normal
Priority: P2
Component: WebKit2
Assignee: webkit-unassigned at lists.webkit.org
Reporter: cgarcia at igalia.com
CC: achristensen at apple.com, beidson at apple.com
After the completion handler a reference of the NetworkDataTask is saved in m_downloadsAfterDestinationDecided. If the download failed or was canceled DownloadManager::dataTaskBecameDownloadTask is never called and the data task is kept in the download manager forever.
--
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/20161010/6777caa9/attachment.html>
More information about the webkit-unassigned
mailing list