[Webkit-unassigned] [Bug 128674] [GTK] Provide API to set proxy settings

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Aug 3 20:31:20 PDT 2016


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

Michael Catanzaro <mcatanzaro at igalia.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |gyuyoung.kim at webkit.org,
                   |                            |ossy at webkit.org

--- Comment #3 from Michael Catanzaro <mcatanzaro at igalia.com> ---
FYI for EFL folks: there is a comment in SoupNetworkSession.cpp that implies that the EFL port does not want to use the default GProxyResolver, like GTK does. But I think you really are getting the default GProxyResolver. SoupNetworkSession::setHTTPProxy is designed to remove the default GProxyResolver if called with nullptr, but you never do this, instead you return early in SoupNetworkSession::setupHTTPProxyFromEnvironment if the http_proxy environment variable is unset. I'm going to preserve the current behavior and remove the misleading comment.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20160804/ba04a876/attachment.html>


More information about the webkit-unassigned mailing list