GNOME Bugzilla – Bug 522985
Proxy support in http/webdav
Last modified: 2008-12-11 19:28:35 UTC
Summary says it all.
Created attachment 123371 [details] [review] proxy support via SoupProxyResolverGNOME not actually tested, but it should work. if you wanted, you could make libsoup-gnome usage conditional and fall back to plain libsoup if it's not available (and just put #ifdefs around the proxy resolver bits). The s/soup_logger_attach/soup_session_feature_add/ bit is correct either way; soup_logger_attach() was already marked deprecated as of 2.24.0.
*** Bug 549278 has been marked as a duplicate of this bug. ***
Would be nice if this could get committed for 2.25.3 (Monday). If you want, I can redo the patch to be conditional, to still allow building against stable libsoup.
Nice! Ship it! Wait, commit it first! ;-)
committed