mirror of
https://github.com/haproxy/haproxy.git
synced 2026-04-15 21:59:41 -04:00
CLEANUP: h2: Typo fix in h2_unsubcribe() traces
Very minor modification for the traces of this function.
This commit is contained in:
parent
1b0707f3e7
commit
67fda16742
1 changed files with 1 additions and 1 deletions
|
|
@ -6442,7 +6442,7 @@ static int h2_unsubscribe(struct stconn *sc, int event_type, struct wait_event *
|
|||
TRACE_DEVEL("unsubscribe(recv)", H2_EV_STRM_RECV, h2s->h2c->conn, h2s);
|
||||
|
||||
if (event_type & SUB_RETRY_SEND) {
|
||||
TRACE_DEVEL("subscribe(send)", H2_EV_STRM_SEND, h2s->h2c->conn, h2s);
|
||||
TRACE_DEVEL("unsubscribe(send)", H2_EV_STRM_SEND, h2s->h2c->conn, h2s);
|
||||
h2s->flags &= ~H2_SF_NOTIFIED;
|
||||
if (!(h2s->flags & (H2_SF_WANT_SHUTR | H2_SF_WANT_SHUTW)))
|
||||
LIST_DEL_INIT(&h2s->list);
|
||||
|
|
|
|||
Loading…
Reference in a new issue