GNOME Bugzilla – Bug 502103
libsoup should use libproxy
Last modified: 2010-11-12 23:12:21 UTC
libsoup should use libproxy to gain all kinds of auto-magic proxy goodness. http://code.google.com/p/libproxy/
libproxy 0.2 was released.
I think I'm planning to do this at some point btw, just not sure exactly when.
libsoup now optionally uses libproxy. it will become mandatory if libproxy is accepted as an external dependency
This isn't working very well. The PacRunner dæmon has a reimplementation of libproxy, which *just* sends a D-Bus request to PacRunner rather than reloading the PAC file in every single application, etc. But because of all the problems with the original libproxy, the code in libsoup isn't actually *calling* into libproxy in a lot of circumstances. Can we make it detect the pacrunner-libproxy implementation and actually *use* it? Or perhaps just communicate directly with PacRunner over D-Bus instead?