From 11c2db2aa2a8ce5f3c151d6075066283e65bfd85 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Fri, 25 Mar 2011 16:00:41 +0100 Subject: fix: re-use of bound connections When asked to bind the local end of a connection when doing a request, the code will now disqualify other existing connections from re-use even if they are connected to the correct remote host. This will also affect which connections that can be used for pipelining, so that only connections that aren't bound or bound to the same device/port you're asking for will be considered. --- TODO-RELEASE | 2 -- 1 file changed, 2 deletions(-) (limited to 'TODO-RELEASE') diff --git a/TODO-RELEASE b/TODO-RELEASE index 2ced28753..36d5e0d42 100644 --- a/TODO-RELEASE +++ b/TODO-RELEASE @@ -1,8 +1,6 @@ To be addressed in 7.21.5 ========================= -272 - re-using connections bound to local port - 275 - Introduce a way to avoid sending USER for FTP connections 278 - "Configure $as_echo does not work" -- cgit v1.2.3