]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: htx: Rename HTX_FL_EOI flag into HTX_FL_EOM
authorChristopher Faulet <cfaulet@haproxy.com>
Fri, 20 Nov 2020 16:43:16 +0000 (17:43 +0100)
committerChristopher Faulet <cfaulet@haproxy.com>
Thu, 28 Jan 2021 15:37:14 +0000 (16:37 +0100)
commit42432f347f7001d7832f3dff53d93636b0939727
tree964403c91377ba90a56f18bac2d5ecddb039d408
parent5be651d4d731da89b133a0322e1310d9ff390a8e
MINOR: htx: Rename HTX_FL_EOI flag into HTX_FL_EOM

The HTX_FL_EOI flag is not well named. For now, it is not very used. But
that will change. It will replace the EOM block. Thus, it is renamed.
contrib/prometheus-exporter/service-prometheus.c
include/haproxy/htx-t.h
include/haproxy/htx.h
src/cache.c
src/h1_htx.c
src/h2.c
src/hlua.c
src/http_ana.c
src/mux_h2.c
src/stats.c
src/tcpcheck.c