commit | 47070339325b4aa859c660397222a027108c2959 | [log] [tgz] |
---|---|---|
author | Tim Duesterhus <tim@bastelstu.be> | Fri Jan 25 00:56:59 2019 +0100 |
committer | Willy Tarreau <w@1wt.eu> | Fri Jan 25 05:22:07 2019 +0100 |
tree | d612342e521357d84c2aaf88655b0ba7678ab8ce | |
parent | 1915ca273832ba542d72eb0645dd7ccb6d5b945f [diff] |
CLEANUP: h2: Remove debug printf in mux_h2.c It was introduced by 1915ca273832ba542d72eb0645dd7ccb6d5b945f and should be backported to 1.9.
diff --git a/src/mux_h2.c b/src/mux_h2.c index 586ff51..2972ca2 100644 --- a/src/mux_h2.c +++ b/src/mux_h2.c
@@ -2092,8 +2092,6 @@ goto strm_err; } - printf("bl=%d dfl=%d dpl=%d\n", (int)h2s->body_len, (int)h2c->dfl, (int)h2c->dpl); - if (!h2_frt_transfer_data(h2s)) return 0;