commit | 60d29b37b24440dce783dfd0f229cc5c0ff42866 | [log] [tgz] |
---|---|---|
author | Christopher Faulet <cfaulet@haproxy.com> | Mon Jul 15 15:00:25 2019 +0200 |
committer | Christopher Faulet <cfaulet@haproxy.com> | Fri Jul 19 09:18:27 2019 +0200 |
tree | 0761c1e8e0189ba20e52907029507b890b093575 | |
parent | 3494c63770c922c98d98b2a0bb6695f165ac3bc2 [diff] |
MINOR: proxy: Remove tests on the option 'http-use-htx' during H1 upgrade To know if an upgrade from TCP to H1 must be performed, we now only need to know if a non HTX stream is assigned to an HTTP backend. So we don't rely anymore on the flag PR_O2_USE_HTX to handle such upgrades.