]> git.kaiwu.me - haproxy.git/commit
MINOR: stats/htx: Don't add "Connection: close" header anymore in stats responses
authorChristopher Faulet <cfaulet@haproxy.com>
Fri, 29 Mar 2019 15:13:55 +0000 (16:13 +0100)
committerChristopher Faulet <cfaulet@haproxy.com>
Fri, 12 Apr 2019 20:06:53 +0000 (22:06 +0200)
commitb829f4c7261779199153f19a0257332f365217b5
tree83a37ec9212dfc433210c3dfd582a11bcf280958
parentcdc90e9175b476c15d811c0627b1471f5b3177c9
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.
src/stats.c