commit | b829f4c7261779199153f19a0257332f365217b5 | [log] [tgz] |
---|---|---|
author | Christopher Faulet <cfaulet@haproxy.com> | Fri Mar 29 16:13:55 2019 +0100 |
committer | Christopher Faulet <cfaulet@haproxy.com> | Fri Apr 12 22:06:53 2019 +0200 |
tree | 83a37ec9212dfc433210c3dfd582a11bcf280958 | |
parent | cdc90e9175b476c15d811c0627b1471f5b3177c9 [diff] |
MINOR: stats/htx: Don't add "Connection: close" header anymore in stats responses On the client side, as far as possible, we will try to keep connection alive. So, in most of cases, this header will be removed. So it is better to not add it at all. If finally the connection must be closed, the header will be added by the mux h1. No need to backport this patch.