commit | 0e160ff5bb241ad3f4dc396dae3867d70a307a94 | [log] [tgz] |
---|---|---|
author | Christopher Faulet <cfaulet@haproxy.com> | Wed Apr 03 10:01:07 2019 +0200 |
committer | Christopher Faulet <cfaulet@haproxy.com> | Fri Apr 12 22:06:53 2019 +0200 |
tree | 4f4feccfb3f31b5b4e60a6627b27cad1e563cabd | |
parent | 9f38f5aa80efb97d5cb6a08cdd520b047869b659 [diff] |
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.