mirror of
https://git.haproxy.org/git/haproxy.git/
synced 2025-08-06 07:07:04 +02:00
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.
This commit is contained in:
parent
2c82ca60c6
commit
f98feda53f
@ -1066,6 +1066,7 @@ static int h1s_must_shut_conn(struct h1s *h1s)
|
||||
}
|
||||
else {
|
||||
/* The default case, do the shutdown */
|
||||
TRACE_STATE("shutdown on connection (abort || want_clo)", H1_EV_STRM_SHUT, h1c->conn, h1s);
|
||||
ret = 1;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user