souphttpsrc: Allow any type of proxy
authorNicolas Dufresne <nicolas.dufresne@collabora.com>
Thu, 29 Jun 2017 19:22:39 +0000 (15:22 -0400)
committerNicolas Dufresne <nicolas.dufresne@collabora.com>
Thu, 29 Jun 2017 19:24:30 +0000 (15:24 -0400)
commit52eb761acc46942dc05d7afe1a6a1da251cd2810
tree634f15e9ca46b842cd2c6281d3f26df7e4b25680
parent47ca2ce499de307faae1d25e22598429555ad0ab
souphttpsrc: Allow any type of proxy

Currently we only allowed HTTP proxy. Don't filter for the scheme, just check
if it looks like an URI. Soup will warn if the URI is invalid or if
proxy protocol is not supported. This enables using SOCKS 4/5 which is
directly implemented into GIO.

https://bugzilla.gnome.org/show_bug.cgi?id=783012
ext/soup/gstsouphttpsrc.c