]> git.kaiwu.me - haproxy.git/commit
CLEANUP: stream: remove SF_TUNNEL, SF_INITIALIZED, SF_CONN_TAR
authorWilly Tarreau <w@1wt.eu>
Tue, 11 Dec 2018 17:01:38 +0000 (18:01 +0100)
committerWilly Tarreau <w@1wt.eu>
Tue, 11 Dec 2018 17:01:38 +0000 (18:01 +0100)
commit0007d0afbc937c13f94e4724cdd0015602db714b
tree475441c92068d479360dfd179146a7ae3efa24b2
parentafba57ae80d15dd947f51a2ea77c41b9fad6d2ee
CLEANUP: stream: remove SF_TUNNEL, SF_INITIALIZED, SF_CONN_TAR

These flags haven't been used for a while. SF_TUNNEL was reintroduced
by commit d62b98c6e ("MINOR: stream: don't set backend's nor response
analysers on SF_TUNNEL") to handle the two-level streams needed to
deal with the first model for H2, and was not removed after this model
was abandonned. SF_INITIALIZED was only set. SF_CONN_TAR was never
referenced at all.
contrib/debug/flags.c
include/types/stream.h
src/stream.c