SoupConnection: belatedly fix up unix-only code
authorDan Winship <danw@gnome.org>
Wed, 7 Dec 2011 22:03:19 +0000 (17:03 -0500)
committerDan Winship <danw@gnome.org>
Thu, 22 Dec 2011 18:49:40 +0000 (13:49 -0500)
commitd4ec04f41d4de39a7b9091f0d0572ce11565a4ab
tree7e48478a99cd17e93529f8867e09541a77cc47b5
parentff0797686c3a893ef2a5b6950356336a0712da27
SoupConnection: belatedly fix up unix-only code

The last-minute-check-if-the-socket-has-been-closed-by-the-server code
was written long ago to use soup_socket_get_fd() and g_poll(), and so
was unix-only, but now that SoupSocket is GSocket-based, we can use
g_socket_condition_check() instead.
libsoup/soup-connection.c
libsoup/soup-misc-private.h
libsoup/soup-socket.c