commit | 1e7af46aae2416c2229f14092baca0786047eef6 | [log] [tgz] |
---|---|---|
author | Christopher Faulet <cfaulet@haproxy.com> | Mon Dec 03 14:05:01 2018 +0100 |
committer | Willy Tarreau <w@1wt.eu> | Tue Dec 04 05:51:39 2018 +0100 |
tree | 846a45091f166f9ee322f0f501f0a2cc77bfeff7 | |
parent | c59ff23804dcb9726c18e16f13f8af6bd85dcb46 [diff] |
BUG/MINOR: htx: Force HTTP/1.1 on H1 formatting when version is 1.1 or above This only happens for connections using the h1 mux. We must be sure to force the version to HTTP/1.1 when the version of the message is 1.1 or above. It is important for H2 messages to not send an invalid version string (HTTP/2.0) to peers.