Move SoupSocket stuff out of soup-message-io.c
authorDan Winship <danw@gnome.org>
Fri, 20 Apr 2012 15:29:14 +0000 (11:29 -0400)
committerDan Winship <danw@gnome.org>
Sat, 28 Apr 2012 17:14:15 +0000 (13:14 -0400)
commitbac8c22fd28479a3be149c0d742b8c7417381091
tree64a8b40cdfb659b1339f0209ef0b1e19e861142d
parentb5fd0fd154f6e91265e2525bb48c1fff1c59e139
Move SoupSocket stuff out of soup-message-io.c

Add a new SoupIOStream, which wraps the SoupFilterInputStream and
GOutputStream that SoupSocket exposes. Pass that to soup-message-io
rather than the SoupSocket, and update various other things for this.
libsoup/Makefile.am
libsoup/soup-connection.c
libsoup/soup-io-stream.c [new file with mode: 0644]
libsoup/soup-io-stream.h [new file with mode: 0644]
libsoup/soup-message-client-io.c
libsoup/soup-message-io.c
libsoup/soup-message-private.h
libsoup/soup-message-server-io.c
libsoup/soup-misc-private.h
libsoup/soup-socket.c