SoupConnection: disconnect on failed connections/tunnels
authorDan Winship <danw@gnome.org>
Wed, 24 Oct 2012 12:04:48 +0000 (14:04 +0200)
committerDan Winship <danw@gnome.org>
Fri, 2 Nov 2012 19:26:09 +0000 (15:26 -0400)
commit21d707d66460233596a04f6dc99c945d2dbc3085
tree7a25f207bcc674c8ee4dadb2a867453d7a0cad3d
parent6008e4c5fd5e0d3e08d8c82f0d0ffad059d98c06
SoupConnection: disconnect on failed connections/tunnels

Rather than relying on SoupSession to call
soup_connection_disconnect() after a connection or tunnel attempt
fails, have SoupConnection do it itself.
libsoup/soup-connection.c
libsoup/soup-session-async.c
libsoup/soup-session-sync.c
libsoup/soup-session.c