diff options
author | Stian Soiland-Reyes <stain@apache.org> | 2019-10-04 16:18:23 +0100 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2019-10-05 11:41:06 +0200 |
commit | f7f0b0012d42db74a293d4df19b39644015f1868 (patch) | |
tree | 371b3a7aebb6e4cc012d7eaa09f28805aeb5ec3a /tests/data/test1596 | |
parent | 1d7fe8390f01295e725be3b9e6840e4828da07e2 (diff) |
curl: ensure HTTP 429 triggers --retry
This completes #3794.
Also make sure the new tests from #4195 are enabled
Closes #4465
Diffstat (limited to 'tests/data/test1596')
-rw-r--r-- | tests/data/test1596 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/data/test1596 b/tests/data/test1596 index 9a8cb480e..77a10f08a 100644 --- a/tests/data/test1596 +++ b/tests/data/test1596 @@ -12,7 +12,7 @@ If-Modified-Since # Server-side <reply> <data nocheck="yes"> -HTTP/1.1 503 Error +HTTP/1.1 429 Too Many Requests Date: Thu, 11 Jul 2019 02:26:59 GMT Server: test-server/swsclose Retry-After: Thu, 11 Jul 2024 02:26:59 GMT |