commit | 3494c63770c922c98d98b2a0bb6695f165ac3bc2 | [log] [tgz] |
---|---|---|
author | Christopher Faulet <cfaulet@haproxy.com> | Mon Jul 15 14:58:26 2019 +0200 |
committer | Christopher Faulet <cfaulet@haproxy.com> | Fri Jul 19 09:18:27 2019 +0200 |
tree | ada989e597d7a65f7451a6d5c4c7724b9cd812dc | |
parent | 0d79c671031d6f584cc1efbebf8872ff546178f1 [diff] |
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.