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

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Mar 31 14:18:36 PDT 2020


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

--- Comment #8 from Fujii Hironori <Hironori.Fujii at sony.com> ---
Comment on attachment 394356
  --> https://bugs.webkit.org/attachment.cgi?id=394356
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=394356&action=review

> Tools/TestWebKitAPI/Tests/WebKit/curl/Proxy.cpp:84
> +    auto url = makeString("http://127.0.0.1:", String::number(server->getPort().value()));

If you statically specify "127.0.0.1" here, createServer doesn't need to take 'address' as the argument.

> Tools/TestWebKitAPI/Tests/WebKit/curl/Proxy.cpp:133
> +    auto [proxyServer, proxyURL] = createServer("", 59001, "Respond from proxy server");

You can specify '0' to use unused port.

-- 
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/20200331/5ad43e8b/attachment.htm>


More information about the webkit-unassigned mailing list