]> granicus.if.org Git - curl/commit
FTP tests 1206 - 1209: don't expect QUIT
authorDaniel Stenberg <daniel@haxx.se>
Fri, 25 Nov 2011 21:38:13 +0000 (22:38 +0100)
committerDaniel Stenberg <daniel@haxx.se>
Fri, 25 Nov 2011 21:49:49 +0000 (22:49 +0100)
commitac54d27d4bdbd49332cf3914fc726c24c155cbf7
tree2bc878ddfcc72f850fd8cda544a285835b20e64f
parent2d833852f6606a1b6e1a88aeccebba04a3ab5773
FTP tests 1206 - 1209: don't expect QUIT

The protocol parts for these tests do not include QUIT simply because
the error is CURLE_OPERATION_TIMEDOUT (28) which is a generic timeout
error without specificly saying for which connection it concerns, and
for timeouts libcurl marks the control channel as "invalid". As this
test case times out for the data connection it could still use the
control channel.
tests/data/DISABLED
tests/data/test1206
tests/data/test1207
tests/data/test1208
tests/data/test1209