diff options
author | Daniel Stenberg <daniel@haxx.se> | 2006-08-19 21:18:36 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2006-08-19 21:18:36 +0000 |
commit | cfdcae4bc75fba04b9864cae18e0bbe66b8655b9 (patch) | |
tree | 2012bd78cd739dddfcd85bdaae543919af7be23f /tests/data/test211 | |
parent | 74a6921bc454fcbf842a221e95ba5dc09b19049e (diff) |
Based on a patch by Armel Asselin, the FTP code no longer re-issues the TYPE
command on subsequent requests on a re-used connection unless it has to.
Diffstat (limited to 'tests/data/test211')
-rw-r--r-- | tests/data/test211 | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/data/test211 b/tests/data/test211 index 761852862..18f4cb11e 100644 --- a/tests/data/test211 +++ b/tests/data/test211 @@ -39,7 +39,6 @@ TYPE I SIZE 211
RETR 211
PASV
-TYPE I
SIZE 211
RETR 211
QUIT
|