]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: proxy: Add support of 421-Misdirected-Request in retry-on status
authorChristopher Faulet <cfaulet@haproxy.com>
Thu, 28 Nov 2024 10:45:51 +0000 (11:45 +0100)
committerChristopher Faulet <cfaulet@haproxy.com>
Thu, 28 Nov 2024 10:47:40 +0000 (11:47 +0100)
commitbc66d3198597c5731c25cab303d306850e79a346
tree908f08cd1cdf93b7c4da2073fe32be4351080718
parent7262433183f590377ace31ff96b1fafa4525b7c2
MINOR: proxy: Add support of 421-Misdirected-Request in retry-on status

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

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