[Webkit-unassigned] [Bug 209465] New: [Curl] Proxy setting API does not working until Network process starts.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Mar 24 01:31:59 PDT 2020


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

            Bug ID: 209465
           Summary: [Curl] Proxy setting API does not working until
                    Network process starts.
           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: Takashi.Komori at sony.com

On Curl port we set proxy server by calling WKWebsiteDataStoreEnableCustomNetworkProxySettings.
But the API is not working before start of the Network process.
This is because the API can't send proxy setting message to the process which doesn't start yet.

In this ticket we will fix the flaw by passing proxy setting with initialization parameters to the Network process.

-- 
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/20200324/a7367fb8/attachment-0001.htm>


More information about the webkit-unassigned mailing list