]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: http-ana: Use http_set_term_flags() in most of HTTP analyzers
authorChristopher Faulet <cfaulet@haproxy.com>
Fri, 13 Jan 2023 08:43:21 +0000 (09:43 +0100)
committerChristopher Faulet <cfaulet@haproxy.com>
Fri, 13 Jan 2023 09:24:17 +0000 (10:24 +0100)
commit4a66c94d25a8403bce830c2be855772781005b7a
tree252918c57f5725c4220a10a5b0ae48cf3cac5e9f
parent71236dedb959e4b707411e0e9be2248452f4d927
MINOR: http-ana: Use http_set_term_flags() in most of HTTP analyzers

We use the new function to set the HTTP termination flags in the most
obvious places. The other places are a bit specific and will be handled one
by one in dedicated patched.
src/http_ana.c