OSDN Git Service

gio: fix error handling in async case of GProxyAddressEnumerator
authorDan Winship <danw@gnome.org>
Sun, 22 Apr 2012 19:20:14 +0000 (15:20 -0400)
committerDan Winship <danw@gnome.org>
Mon, 14 May 2012 13:57:57 +0000 (09:57 -0400)
commitb62b5a3d8c67e3245e6d642207d07cafe3943fc2
tree6fd5b5b76f5702b690296a3e282a21a6fad2603f
parent6ab3affcc99066828a36c05be49a9c366c52edff
gio: fix error handling in async case of GProxyAddressEnumerator

In the async case, a failed DNS lookup was causing the proxy
resolution to bail out immediately, rather than just moving on to the
next potential proxy (which might not need us to do the DNS lookup
beforehand). Fix that.
gio/gproxyaddressenumerator.c