]> git.ipfire.org Git - thirdparty/haproxy.git/commitdiff
CLEANUP: h2: Remove debug printf in mux_h2.c
authorTim Duesterhus <tim@bastelstu.be>
Thu, 24 Jan 2019 23:56:59 +0000 (00:56 +0100)
committerWilly Tarreau <w@1wt.eu>
Fri, 25 Jan 2019 04:22:07 +0000 (05:22 +0100)
It was introduced by 1915ca273832ba542d72eb0645dd7ccb6d5b945f
and should be backported to 1.9.

src/mux_h2.c

index 586ff5163e07f60a6feb14111b5e8dbda51ea93f..2972ca296bf296e9858d60b9f073d11448918d80 100644 (file)
@@ -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;