commit | eec96b5381c9508686035842e5886c6cd9d64fa2 | [log] [tgz] |
---|---|---|
author | Christopher Faulet <cfaulet@haproxy.com> | Wed Sep 25 09:10:46 2019 +0200 |
committer | Christopher Faulet <cfaulet@haproxy.com> | Thu Sep 26 16:51:02 2019 +0200 |
tree | d602de1b35dbccc74805332c9bc8265b955ce86e | |
parent | 5112a603d9507cac84ae544863251e814e5eb8d8 [diff] |
BUG/MINOR: mux-h1: Do h2 upgrade only on the first request When a request is received, if the h2 preface is matched, an implicit upgrade from h1 to h2 is performed. This must only be done for the first request on a connection. But a test was missing to unsure it is really the first request. This patch must be backported to 2.0.