Permalink
Show file tree
Hide file tree
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
[Curl] Fix authentication related bugs
https://bugs.webkit.org/show_bug.cgi?id=178652 Patch by Basuke Suzuki <Basuke.Suzuki@sony.com> on 2017-10-23 Reviewed by Alex Christensen. * platform/network/curl/AuthenticationChallengeCurl.cpp: (WebCore::AuthenticationChallenge::protectionSpaceFromHandle): * platform/network/curl/CurlContext.cpp: (WebCore::CurlHandle::setHttpAuthUserPass): * platform/network/curl/CurlRequest.cpp: (WebCore::CurlRequest::setUserPass): (WebCore::CurlRequest::setupTransfer): (WebCore::CurlRequest::didReceiveHeader): * platform/network/curl/CurlRequest.h: Canonical link: https://commits.webkit.org/194834@main git-svn-id: https://svn.webkit.org/repository/webkit/trunk@223838 268f45cc-cd09-0410-ab3c-d52691b4dbfc
- Loading branch information
1 parent
75fdc94
commit c0eebf5bcb4c1db59a70f1662fe26af9ff25bb9b
Showing
5 changed files
with
36 additions
and
23 deletions.
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