]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: stream: Remove tests on the option 'http-use-htx' in stream_new()
authorChristopher Faulet <cfaulet@haproxy.com>
Mon, 15 Jul 2019 12:58:26 +0000 (14:58 +0200)
committerChristopher Faulet <cfaulet@haproxy.com>
Fri, 19 Jul 2019 07:18:27 +0000 (09:18 +0200)
commit3494c63770c922c98d98b2a0bb6695f165ac3bc2
treeada989e597d7a65f7451a6d5c4c7724b9cd812dc
parent0d79c671031d6f584cc1efbebf8872ff546178f1
MINOR: stream: Remove tests on the option 'http-use-htx' in stream_new()

All streams created for an HTTP proxy must now use the HTX internal
resprentation. So, it is no more necessary to test the flag PR_O2_USE_HTX. It
means a stream is an HTX stream if the frontend is an HTTP proxy or if the
frontend multiplexer, if any, set the flag MX_FL_HTX.
src/stream.c