[webkit-changes] [WebKit/WebKit] be820d: [Curl] Enables proxy authentication processing dur...

Kenji Shukuwa noreply at github.com
Mon Jun 5 13:57:19 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: be820d76b1647c90f3a5ec543118c8d7aa2602f1
      https://github.com/WebKit/WebKit/commit/be820d76b1647c90f3a5ec543118c8d7aa2602f1
  Author: Kenji Shukuwa <kenji.shukuwa at open-tec.co.jp>
  Date:   2023-06-05 (Mon, 05 Jun 2023)

  Changed paths:
    M Source/WebCore/platform/network/curl/CurlRequest.cpp

  Log Message:
  -----------
  [Curl] Enables proxy authentication processing during CONNECT requests
https://bugs.webkit.org/show_bug.cgi?id=257705

Reviewed by Fujii Hironori.

Proxy authentication processing during CONNECT request is not working
since 256639 at main. That's not the intended state, so re-enable the
feature.

* Source/WebCore/platform/network/curl/CurlRequest.cpp:
(WebCore::CurlRequest::didCompleteTransfer):

Canonical link: https://commits.webkit.org/264874@main




More information about the webkit-changes mailing list