]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: proxy: Add support of 429-Too-Many-Requests in retry-on status
authorChristopher Faulet <cfaulet@haproxy.com>
Tue, 27 Aug 2024 17:09:08 +0000 (19:09 +0200)
committerChristopher Faulet <cfaulet@haproxy.com>
Wed, 28 Aug 2024 08:05:34 +0000 (10:05 +0200)
commit0d142e0756986b56819ecb2d131a0c4b30ae899f
tree724b04ffaf2aa1ee16fe128606f51ca7729fb65c
parentd2fc1ab66e49dffcf342c218a7eee345cac14989
MINOR: proxy: Add support of 429-Too-Many-Requests in retry-on status

The "429" status can now be specified on retry-on directives. PR_RE_* flags
were updated to remains sorted.

This patch should fix the issue #2687. It is quite simple so it may safely
be backported to 3.0 if necessary.
doc/configuration.txt
include/haproxy/proxy-t.h
src/proxy.c