commit | 8264f133793557c88a7c751009a45ae8d688be80 | [log] [tgz] |
---|---|---|
author | Christopher Faulet <cfaulet@haproxy.com> | Mon Jul 15 14:43:38 2019 +0200 |
committer | Christopher Faulet <cfaulet@haproxy.com> | Fri Jul 19 09:55:44 2019 +0200 |
tree | 2aea225d7159b1eba16b42f52682d740293449cb | |
parent | e98411bd0171df79ec503e666bb8d893b8a18a26 [diff] |
BUG/MINOR: http_htx: Initialize HTX error messages for TCP proxies Since the HTX is the default mode for all proxies, HTTP and TCP, we must initialize all HTX error messages for all HTX-aware proxies and not only for HTTP ones. It is required to support HTTP upgrade for TCP proxies. This patch must be backported to 2.0. (cherry picked from commit 7b889cb3875d396e8a100f732bb3f5589fe1917f) Signed-off-by: Christopher Faulet <cfaulet@haproxy.com>