commit | c5d31ed8bec42e6f80cb752c3295844d67f6b48a | [log] [tgz] |
---|---|---|
author | Amaury Denoyelle <adenoyelle@haproxy.com> | Tue Jun 14 17:34:53 2022 +0200 |
committer | Amaury Denoyelle <adenoyelle@haproxy.com> | Wed Jun 15 11:20:42 2022 +0200 |
tree | 6a4d222b62ec39800df9ae7f8e00ed0e5870b230 | |
parent | 0aa6f3e64b07417250ae9867982526a5867e57f0 [diff] |
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.