MINOR: qpack: add comments and remove a useless trace
authorAmaury Denoyelle <adenoyelle@haproxy.com>
Tue, 14 Jun 2022 15:34:53 +0000 (17:34 +0200)
committerAmaury Denoyelle <adenoyelle@haproxy.com>
Wed, 15 Jun 2022 09:20:42 +0000 (11:20 +0200)
commitc5d31ed8bec42e6f80cb752c3295844d67f6b48a
tree6a4d222b62ec39800df9ae7f8e00ed0e5870b230
parent0aa6f3e64b07417250ae9867982526a5867e57f0
MINOR: qpack: add comments and remove a useless trace

Add comments on the decoding function to facilitate code analysis.

Also remove the qpack_debug_hexdump() which prints the whole left buffer
on each header parsing. With large HEADERS frame payload, QPACK traces
are complicated to debug with this statement.
include/haproxy/qpack-dec.h
src/qpack-dec.c