TODO: Obey Retry-After in redirects

(remove "Set custom client ip when using haproxy protocol" which was
shipped in 8.2.0)

Mentioned-by: Yair Lenga
Closes #11447
This commit is contained in:
Daniel Stenberg 2023-07-21 13:53:47 +02:00
parent e9e625e4e0
commit 7b4da487d5
No known key found for this signature in database
GPG Key ID: 5CC908FDB71E12C2

View File

@ -72,7 +72,7 @@
5. HTTP
5.1 Provide the error body from a CONNECT response
5.2 Set custom client ip when using haproxy protocol
5.2 Obey Retry-After in redirects
5.3 Rearrange request header order
5.4 Allow SAN names in HTTP/2 server push
5.5 auth= in URLs
@ -609,12 +609,13 @@
See https://github.com/curl/curl/issues/9513
5.2 Set custom client ip when using haproxy protocol
5.2 Obey Retry-After in redirects
This would allow testing servers with different client ip addresses (without
using x-forward-for header).
The Retry-After is said to dicate "the minimum time that the user agent is
asked to wait before issuing the redirected request" and libcurl does not
obey this.
https://github.com/curl/curl/issues/5125
See https://github.com/curl/curl/issues/11447
5.3 Rearrange request header order