]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: mux-h1: Add a trace on shutdown when keep-alive is not possible
authorChristopher Faulet <cfaulet@haproxy.com>
Wed, 16 Oct 2024 12:57:17 +0000 (14:57 +0200)
committerChristopher Faulet <cfaulet@haproxy.com>
Thu, 17 Oct 2024 11:53:40 +0000 (13:53 +0200)
commitf98feda53f8ebe55b6f16bcd6c4fba9d7d6d69cb
tree02e326650c72334fe6819fcda59fa8d4d54b73bc
parent2c82ca60c61eb452f673113d2c86b18a66b11628
MINOR: mux-h1: Add a trace on shutdown when keep-alive is not possible

When the stream is shut down, some tests are performed to know if the
connection must also be closed or not. There are trace messages for all
cases, except for the default one: Abort or close-mode. Thanks to this
patch, there is now a message too in this case.
src/mux_h1.c