From b08898fb299ad173167631bd4aa9c95458d76f0e Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Mon, 18 Feb 2019 16:33:36 +0100 Subject: connection: never reuse CONNECT_ONLY conections MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit and make CONNECT_ONLY conections never reuse any existing ones either. Reported-by: Pavel Löbl Bug: https://curl.haxx.se/mail/lib-2019-02/0064.html Closes #3586 --- tests/data/test597 | 1 - 1 file changed, 1 deletion(-) (limited to 'tests/data/test597') diff --git a/tests/data/test597 b/tests/data/test597 index 458bb6453..3eb9ed8b8 100644 --- a/tests/data/test597 +++ b/tests/data/test597 @@ -31,7 +31,6 @@ ftp://%HOSTIP:%FTPPORT USER anonymous PASS ftp@example.com PWD -QUIT -- cgit v1.2.3