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)
committerWilly Tarreau <w@1wt.eu>
Thu, 5 Dec 2024 14:35:44 +0000 (15:35 +0100)
commit198d67a524f1720468fcc14a7d012b806dd29c92
tree55628c2aadaa28b5bf03d35e792fa398975ee7ff
parentb369bdcddfab9627cc3bacc0e75c9e94ac3b24fa
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.

(cherry picked from commit bc66d3198597c5731c25cab303d306850e79a346)
Signed-off-by: Willy Tarreau <w@1wt.eu>
doc/configuration.txt
include/haproxy/proxy-t.h
include/haproxy/proxy.h
src/proxy.c