diff options
Diffstat (limited to 'tests/data/test161')
-rw-r--r-- | tests/data/test161 | 5 |
1 files changed, 2 insertions, 3 deletions
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" <verify> -# 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" <protocol> USER anonymous
PASS ftp@example.com
@@ -42,7 +42,6 @@ EPSV TYPE I
SIZE 161
RETR 161
-QUIT
</protocol> # CURLE_PARTIAL_FILE = 18 <errorcode> |