Clear proxy address upon retry
authorNicolas Dufresne <nicolas.dufresne@collabora.co.uk>
Thu, 17 Nov 2011 18:01:05 +0000 (13:01 -0500)
committerMatthias Clasen <mclasen@redhat.com>
Fri, 18 Nov 2011 04:13:35 +0000 (23:13 -0500)
commit4ae42ceb3c6f671d41a390aa664edd2f5f21fb4a
tree272f097b338261a13d406ed48d7cda2e0319c969
parent216fd8a82c902486ba5e5bdcf4a0a0d3d61036c4
Clear proxy address upon retry

The proxy address was not cleared between each attempt. That would lead
to leak or worse, trying to do the proxy handshake on the final
destination address. To make all this safer, I have regroup all the cleanup
where the iterations starts.

https://bugzilla.gnome.org/show_bug.cgi?id=664141
gio/gsocketclient.c