From 47070339325b4aa859c660397222a027108c2959 Mon Sep 17 00:00:00 2001 From: Tim Duesterhus Date: Fri, 25 Jan 2019 00:56:59 +0100 Subject: [PATCH] CLEANUP: h2: Remove debug printf in mux_h2.c It was introduced by 1915ca273832ba542d72eb0645dd7ccb6d5b945f and should be backported to 1.9. --- src/mux_h2.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/mux_h2.c b/src/mux_h2.c index 586ff5163e..2972ca296b 100644 --- a/src/mux_h2.c +++ b/src/mux_h2.c @@ -2092,8 +2092,6 @@ static int h2c_frt_handle_data(struct h2c *h2c, struct h2s *h2s) 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; -- 2.47.3