[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:45:32 PDT 2020


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

--- Comment #17 from Fujii Hironori <Hironori.Fujii at sony.com> ---
(In reply to Takashi Komori from comment #12)
> > 
> > > Tools/TestWebKitAPI/Tests/WebKit/curl/HTTPServer.cpp:40
> > > +    auto& endpoint = Inspector::RemoteInspectorSocketEndpoint::singleton();
> > 
> > I don't think it's a good idea to use
> > Inspector::RemoteInspectorSocketEndpoint here.
> > Why don't you use Tools/TestWebKitAPI/TCPServer.cpp?
> > 
> > > Tools/TestWebKitAPI/Tests/WebKit/curl/HTTPServer.h:69
> > > +class HTTPServer final : public RemoteInspectorSocketEndpoint::Listener {
> > 
> > Do you know there is already TestWebKitAPI::HTTPServer class in
> > Tools/TestWebKitAPI/cocoa/HTTPServer.mm?
> 
> We chose RemoteInspectorSocketEndpoint because it is working on wincairo.
> If we use TCPServer, we have to implement some for wincairo.
> RemoteInspectorSocketEndpoint is not generic name, but its implementation
> seems to be for generic server connection.

I think Apple folks ask you to use TCPServer. Could you ask them?

-- 
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/9e2f115b/attachment.htm>


More information about the webkit-unassigned mailing list