[gstreamer-bugs] [Bug 628746] soup extension attempts to set proxy from env, but it shouldn't

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Wed Dec 1 08:08:18 PST 2010


https://bugzilla.gnome.org/show_bug.cgi?id=628746
  GStreamer | gst-plugins-good | 0.10.x

Stefan Kost (gstreamer, gtkdoc dev) <ensonic> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |ensonic at sonicpulse.de

--- Comment #4 from Stefan Kost (gstreamer, gtkdoc dev) <ensonic at sonicpulse.de> 2010-12-01 16:08:12 UTC ---
The proxy can be specified on "proxy" property from the applications pov.

Still the code is a bit weird.

1.) the "proxy" property is by default ""
2.) _init() initializes it from getenv("http_proxy")
3.) in _set_properties() we forbid to pass NULL

The only way the app can avoid the use of the anv-var is to unset it early.

Regarding comment #1. libsoup is *not* handling the environment and configured
proxies itself. For that one has to use libsoup-gnome, get a
SoupProxyResolverGNOME and pass that to libsoup.

-- 
Configure bugmail: https://bugzilla.gnome.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.




More information about the Gstreamer-bugs mailing list