]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: stream: Set a flag when the stream uses the HTX
authorChristopher Faulet <cfaulet@haproxy.com>
Wed, 3 Apr 2019 08:01:07 +0000 (10:01 +0200)
committerChristopher Faulet <cfaulet@haproxy.com>
Fri, 12 Apr 2019 20:06:53 +0000 (22:06 +0200)
commit0e160ff5bb241ad3f4dc396dae3867d70a307a94
tree4f4feccfb3f31b5b4e60a6627b27cad1e563cabd
parent9f38f5aa80efb97d5cb6a08cdd520b047869b659
MINOR: stream: Set a flag when the stream uses the HTX

The flag SF_HTX has been added to know when a stream uses the HTX or not. It is
set when an HTX stream is created. There are 2 conditions to set it. The first
one is when the HTTP frontend enables the HTX. The second one is when the attached
conn_stream uses an HTX multiplexer.
include/types/stream.h
src/stream.c