From ee73fc361ba33a2c6308bac1a75e3c0b8fe639eb Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Tue, 3 Mar 2009 11:01:24 +0000 Subject: - David James brought a patch that make libcurl close (all) dead connections whenever you attempt to open a new connection. --- CHANGES | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'CHANGES') diff --git a/CHANGES b/CHANGES index 10e6b7d48..4d9c5d4ae 100644 --- a/CHANGES +++ b/CHANGES @@ -6,6 +6,17 @@ Changelog +Daniel Stenberg (3 Mar 2009) +- David James brought a patch that make libcurl close (all) dead connections + whenever you attempt to open a new connection. + + 1. After cleaning up a dead connection, "continue" instead of + returning FALSE. This ensures that we clean up all dead connections, + rather than just cleaning up the first dead connection. + 2. Move up the cleanup for dead connections so that it occurs for + all connections, rather than just the connections which have the same + preferences as our current new connection. + Version 7.19.4 (3 March 2009) Daniel Stenberg (3 Mar 2009) -- cgit v1.2.3