]> git.ipfire.org Git - thirdparty/haproxy.git/commit
CLEANUP: qpack: suppress by default stdout traces
authorAmaury Denoyelle <adenoyelle@haproxy.com>
Fri, 25 Mar 2022 13:56:51 +0000 (14:56 +0100)
committerAmaury Denoyelle <adenoyelle@haproxy.com>
Fri, 25 Mar 2022 14:22:40 +0000 (15:22 +0100)
commitd96361b2703a6364c1116af76016f09807b4c65b
tree46c36340c9739f16fc0a7dc3b1d4040673c19dcb
parent18a10d07b66064f9829a93811338523d13d1e791
CLEANUP: qpack: suppress by default stdout traces

Remove the definition of DEBUG_HPACK on qpack-dec.c which forces the
QPACK decoding traces on stderr. Also change the name to use a dedicated
one for QPACK decoding as DEBUG_QPACK.
Makefile
src/qpack-dec.c