Skip to content

Set libsoup session proxy resolver to NULL

Teemu Ikonen requested to merge tpikonen/geoclue:soup-noproxy into master

Remove the soup_session_remove_feature_by_type () call, it always prints a "No feature manager for feature of type 'GProxyResolver'" warning on startup.

Disable proxy by setting the 'proxy-resolver' property of SoupSession to NULL.

Merge request reports