Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
[Curl] CurlRequest must protect its client from disposal while it's o…
…n duty. https://bugs.webkit.org/show_bug.cgi?id=181875 Patch by Basuke Suzuki <Basuke.Suzuki@sony.com> on 2018-01-23 Reviewed by Alex Christensen. No new tests. It's covered by existing tests. * platform/network/curl/CurlDownload.h: * platform/network/curl/CurlRequest.cpp: (WebCore::CurlRequest::callClient): (WebCore::CurlRequest::didReceiveData): (WebCore::CurlRequest::didReceiveDataFromMultipart): (WebCore::CurlRequest::didCompleteTransfer): (WebCore::CurlRequest::invokeDidReceiveResponse): * platform/network/curl/CurlRequest.h: * platform/network/curl/CurlRequestClient.h: * platform/network/curl/ResourceHandleCurlDelegate.h: Canonical link: https://commits.webkit.org/197844@main git-svn-id: https://svn.webkit.org/repository/webkit/trunk@227449 268f45cc-cd09-0410-ab3c-d52691b4dbfc
- Loading branch information
Showing
with
49 additions
and 21 deletions.
- +20 −0 Source/WebCore/ChangeLog
- +3 −0 Source/WebCore/platform/network/curl/CurlDownload.h
- +19 −20 Source/WebCore/platform/network/curl/CurlRequest.cpp
- +1 −1 Source/WebCore/platform/network/curl/CurlRequest.h
- +3 −0 Source/WebCore/platform/network/curl/CurlRequestClient.h
- +3 −0 Source/WebCore/platform/network/curl/ResourceHandleCurlDelegate.h
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters