aboutsummaryrefslogtreecommitdiff
path: root/tests/data/test196
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2009-12-10 21:02:11 +0000
committerDaniel Stenberg <daniel@haxx.se>2009-12-10 21:02:11 +0000
commit296ebf382c7f629f3ab8a8ca895153d72202629d (patch)
tree0f5ad95f1a985a8c7fda1ba70c13deab7455cab3 /tests/data/test196
parentb91ed67276bb02bdd7bd8fdfead5d299e0164d84 (diff)
- Siegfried Gyuricsko found out that the curl manual said --retry would retry
on FTP errors in the transient 5xx range. Transient FTP errors are in the 4xx range. The code itself only tried on 5xx errors that occured _at login_. Now the retry code retries on all FTP transfer failures that ended with a 4xx response. (http://curl.haxx.se/bug/view.cgi?id=2911279)
Diffstat (limited to 'tests/data/test196')
-rw-r--r--tests/data/test1962
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/data/test196 b/tests/data/test196
index 663eaf2e0..b070f38a0 100644
--- a/tests/data/test196
+++ b/tests/data/test196
@@ -2,7 +2,7 @@
# Server-side
<reply>
<servercmd>
-REPLY PASS 530 temporarily not available
+REPLY PASS 430 temporarily not available
</servercmd>
</reply>