mirror of
https://github.com/curl/curl.git
synced 2026-08-25 17:13:31 +03:00
tool: add a retry delay for transfers to same origin on 429
Closes #21355
This commit is contained in:
parent
1b6724882c
commit
c5fb460e7c
6 changed files with 188 additions and 6 deletions
|
|
@ -188,7 +188,7 @@ RETR %TESTNUMBER
|
|||
QUIT
|
||||
</protocol>
|
||||
<limits>
|
||||
Allocations: 180
|
||||
Allocations: 190
|
||||
Maximum allocated: 150000
|
||||
</limits>
|
||||
</verify>
|
||||
|
|
|
|||
|
|
@ -75,7 +75,7 @@ https://this.hsts.example./%TESTNUMBER
|
|||
7
|
||||
</errorcode>
|
||||
<limits>
|
||||
Allocations: 160
|
||||
Allocations: 170
|
||||
</limits>
|
||||
</verify>
|
||||
</testcase>
|
||||
|
|
|
|||
|
|
@ -55,7 +55,7 @@ Refuse tunneling protocols through HTTP proxy
|
|||
7
|
||||
</errorcode>
|
||||
<limits>
|
||||
Allocations: 1500
|
||||
Allocations: 1560
|
||||
</limits>
|
||||
</verify>
|
||||
</testcase>
|
||||
|
|
|
|||
|
|
@ -49,7 +49,7 @@ Accept: */*
|
|||
|
||||
</protocol>
|
||||
<limits>
|
||||
Allocations: 135
|
||||
Allocations: 140
|
||||
Maximum allocated: 136000
|
||||
</limits>
|
||||
</verify>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue