]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
TODO: Obey Retry-After in redirects
authorDaniel Stenberg <daniel@haxx.se>
Fri, 21 Jul 2023 11:53:47 +0000 (13:53 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Fri, 21 Jul 2023 11:54:13 +0000 (13:54 +0200)
(remove "Set custom client ip when using haproxy protocol" which was
shipped in 8.2.0)

Mentioned-by: Yair Lenga
Closes #11447

docs/TODO

index 5651a82b9023b5c123ba30670846bc4d342a656e..dfe6cc36f65c25c8098126cb22cfadecff718e75 100644 (file)
--- 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
 
  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