From: Daniel Stenberg Date: Fri, 21 Jul 2023 11:53:47 +0000 (+0200) Subject: TODO: Obey Retry-After in redirects X-Git-Tag: curl-8_2_1~15 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=7b4da487d5ea9a579c972dd3b6672d7439eac44c;p=thirdparty%2Fcurl.git 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 --- diff --git a/docs/TODO b/docs/TODO index 5651a82b90..dfe6cc36f6 100644 --- a/docs/TODO +++ b/docs/TODO @@ -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