[webkit-changes] [WebKit/WebKit] 116319: [Curl] Fixes handling when download fails.
Kenji Shukuwa
noreply at github.com
Fri Sep 20 10:14:21 PDT 2024
Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 11631974ebcd4c33664516ef4d74eeaf78b2b765
https://github.com/WebKit/WebKit/commit/11631974ebcd4c33664516ef4d74eeaf78b2b765
Author: Kenji Shukuwa <kenji.shukuwa at open-tec.co.jp>
Date: 2024-09-20 (Fri, 20 Sep 2024)
Changed paths:
M LayoutTests/platform/win/TestExpectations
M Source/WebKit/NetworkProcess/curl/NetworkDataTaskCurl.cpp
Log Message:
-----------
[Curl] Fixes handling when download fails.
https://bugs.webkit.org/show_bug.cgi?id=279647
Reviewed by Don Olmstead.
A NetworkProcess will crash if the instance of the Download class
indicated by m_pendingDownloadID is not registered in the download
manager and the download fails. To avoid this, we will modify it
to check m_client in the same way as the SOUP port.
* LayoutTests/platform/win/TestExpectations:
* Source/WebKit/NetworkProcess/curl/NetworkDataTaskCurl.cpp:
(WebKit::NetworkDataTaskCurl::curlDidFailWithError):
Canonical link: https://commits.webkit.org/283993@main
To unsubscribe from these emails, change your notification settings at https://github.com/WebKit/WebKit/settings/notifications
More information about the webkit-changes
mailing list