projects
/
haproxy-3.0.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1b0707f
)
CLEANUP: h2: Typo fix in h2_unsubcribe() traces
author
Frédéric Lécaille
<flecaille@haproxy.com>
Thu, 30 Jun 2022 10:01:54 +0000
(12:01 +0200)
committer
Frédéric Lécaille
<flecaille@haproxy.com>
Thu, 30 Jun 2022 12:34:32 +0000
(14:34 +0200)
Very minor modification for the traces of this function.
src/mux_h2.c
patch
|
blob
|
history
diff --git
a/src/mux_h2.c
b/src/mux_h2.c
index
cd3b579
..
6ca9ea8
100644
(file)
--- a/
src/mux_h2.c
+++ b/
src/mux_h2.c
@@
-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);