From 3533def3d556e09f178e52e37b89fe8015b907f9 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Thu, 11 Aug 2016 14:00:23 +0200 Subject: http2: make sure stream errors don't needlessly close the connection With HTTP/2 each transfer is made in an indivial logical stream over the connection, making most previous errors that caused the connection to get forced-closed now instead just kill the stream and not the connection. Fixes #941 --- tests/data/test161 | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'tests/data/test161') diff --git a/tests/data/test161 b/tests/data/test161 index c7f4b632c..91a3388fc 100644 --- a/tests/data/test161 +++ b/tests/data/test161 @@ -32,8 +32,8 @@ ftp://%HOSTIP:%FTPPORT/161 # Verify data after the test has been "shot" -# This gets QUIT sent because CURLE_PARTIAL_FILE does NOT mark the control -# connection as bad +# This doesn't send QUIT because of known bug: +# "7.8 Premature transfer end but healthy control channel" USER anonymous PASS ftp@example.com @@ -42,7 +42,6 @@ EPSV TYPE I SIZE 161 RETR 161 -QUIT # CURLE_PARTIAL_FILE = 18 -- cgit v1.2.3