SoupConnection/SoupSession reorg and cleanup
authorDan Winship <danw@gnome.org>
Sat, 6 Jun 2009 22:55:48 +0000 (18:55 -0400)
committerDan Winship <danw@gnome.org>
Sun, 7 Jun 2009 02:58:53 +0000 (22:58 -0400)
commit83da293b3f2038d969e83c4227db817046092d2d
tree521f6a1a2f3a724df79c7a7ab51f6313fd72ae62
parentdee7dc77b3ec662f60044f25abe6b5193b87f086
SoupConnection/SoupSession reorg and cleanup

Move CONNECT handling from SoupConnection to SoupSession so it works
more like other requests. Generally clean up and simplify
SoupConnection, and simplify the coordination between SoupSession and
its subclasses.
libsoup/soup-connection.c
libsoup/soup-connection.h
libsoup/soup-message-io.c
libsoup/soup-message-queue.c
libsoup/soup-message-queue.h
libsoup/soup-message.c
libsoup/soup-misc.c
libsoup/soup-session-async.c
libsoup/soup-session-private.h
libsoup/soup-session-sync.c
libsoup/soup-session.c