[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
Wed Apr 1 20:29:52 PDT 2020
https://bugs.webkit.org/show_bug.cgi?id=209465
--- Comment #14 from Takashi Komori <Takashi.Komori at sony.com> ---
(In reply to Fujii Hironori from comment #8)
> Comment on attachment 394356 [details]
> 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.
FIXED.
--
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/20200402/ccda346c/attachment.htm>
More information about the webkit-unassigned
mailing list