Fix two bugs (one that pruned too little, one that pruned too much).
authorDan Winship <danw@src.gnome.org>
Wed, 17 Sep 2003 20:16:51 +0000 (20:16 +0000)
committerDan Winship <danw@src.gnome.org>
Wed, 17 Sep 2003 20:16:51 +0000 (20:16 +0000)
commitccbde15e3f303fd337b4226262874447ff2e84d2
treec65b933e0559fdf68a2eb5373bf1c385db78a834
parent0e5d0210590f3e0913101258fbbeb147f878f9f0
Fix two bugs (one that pruned too little, one that pruned too much).

* libsoup/soup-session.c (find_oldest_connection): Fix two bugs
(one that pruned too little, one that pruned too much).
(queue_message): When requeuing, don't run the queue;
final_finished will take care of that later.

* libsoup/soup-socket.c (soup_socket_connect, got_address): ref
the socket while waiting for the address to resolve
ChangeLog
libsoup/soup-session.c
libsoup/soup-socket.c