[Webkit-unassigned] [Bug 257705] New: [Curl] Proxy authentication does not work after 256639 at main.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jun 5 01:04:04 PDT 2023


https://bugs.webkit.org/show_bug.cgi?id=257705

            Bug ID: 257705
           Summary: [Curl] Proxy authentication does not work after
                    256639 at main.
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Platform
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: kenji.shukuwa at open-tec.co.jp

Proxy authentication does not work after 256639 at main. 

If CURLINFO_HTTP_CONNECTCODE is 407, invokeDidReceiveResponse() should be called to handle
proxy authentication (NetworkDataTaskCurl::tryProxyAuthentication).

---
CurlRequest::didCompleteTransfer() ==>
CurlRequest::invokeDidReceiveResponse() ==>
NetworkDataTaskCurl::curlDidReceiveResponse() ==>
NetworkDataTaskCurl::tryProxyAuthentication()
---

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20230605/e9e23dfc/attachment-0001.htm>


More information about the webkit-unassigned mailing list