]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: proto_http: Remove unused http txn flags
authorChristopher Faulet <cfaulet@haproxy.com>
Tue, 16 Jul 2019 12:32:23 +0000 (14:32 +0200)
committerChristopher Faulet <cfaulet@haproxy.com>
Fri, 19 Jul 2019 07:24:12 +0000 (09:24 +0200)
commitc41547b66ed496dfa9a94e820054fe9454d29e10
tree1bbed6b9e99d0738e3fc4aaaa0b28713d98b9be7
parent67bb3bb0c25aacd1040871fe5415ee68e1f00113
MINOR: proto_http: Remove unused http txn flags

Many flags of the HTTP transction (TX_*) are now unused and useless. So the
flags TX_WAIT_CLEANUP, TX_HDR_CONN_*, TX_CON_CLO_SET and TX_CON_KAL_SET were
removed. Most of TX_CON_WANT_* were also removed. Only TX_CON_WANT_TUN has been
kept.
contrib/debug/flags.c
include/types/proto_http.h
src/proto_htx.c