]> git.kaiwu.me - haproxy.git/commit
CLEANUP: qpack: fix copy-paste typo in value Huffman debug string
authorFrederic Lecaille <flecaille@haproxy.com>
Wed, 27 May 2026 13:18:40 +0000 (15:18 +0200)
committerFrederic Lecaille <flecaille@haproxy.com>
Wed, 27 May 2026 16:40:53 +0000 (18:40 +0200)
commit0e83b7cd0828d464e038606190eff62039e246b1
tree68d58008e1886350f5f4c3c3d4d519940c8e62b2
parent2f20eb5bd8d9989b37119666935bb27285acf77e
CLEANUP: qpack: fix copy-paste typo in value Huffman debug string

In qpack_decode_fs(), when decoding a literal field line with a literal
value, the debug message mistakenly printed "[name huff ...]" instead of
"[value huff ...]" after a successful Huffman decoding of the value string.

This is a harmless copy-paste typo from the field name decoding block
just above, fix it to prevent confusion when debugging QPACK streams.

Should be easily backported to all versions to ease further modifications
into the QPACK code.
src/qpack-dec.c