ftp tests: libcurl returns CURLE_FTP_ACCEPT_FAILED better now

Since commit 57aeabcc1a, it handles errors on the control connection
while waiting for the data connection better.

Test 591 and 592 are updated accordingly.
This commit is contained in:
Daniel Stenberg
2013-04-06 17:49:58 +02:00
parent 57aeabcc1a
commit 18f0ab7bd3
2 changed files with 5 additions and 4 deletions

View File

@@ -62,10 +62,11 @@ EPRT |1|
PORT
TYPE I
STOR 592
QUIT
</protocol>
# 28 == CURLE_OPERATION_TIMEDOUT
# CURLE_FTP_ACCEPT_FAILED = 10
<errorcode>
28
10
</errorcode>
<upload>
</upload>