]> git.ipfire.org Git - thirdparty/haproxy.git/commit
CLEANUP: qpack: fix copy-paste typo in value Huffman debug string for WLN
authorFrederic Lecaille <flecaille@haproxy.com>
Wed, 27 May 2026 15:07:26 +0000 (17:07 +0200)
committerFrederic Lecaille <flecaille@haproxy.com>
Wed, 27 May 2026 16:40:53 +0000 (18:40 +0200)
commit629fbee3be76d63e12b8b715c0b990b4eb863fd2
tree837be01ddfd6a48a880e659c3035ee252b06149d
parente2d2f67666bb47ba0441257966b7f0ae03fc2f98
CLEANUP: qpack: fix copy-paste typo in value Huffman debug string for WLN

In qpack_decode_fs(), inside the QPACK_LFL_WLN_BIT branch (Literal field
line with literal name), the debug message printed "[name huff ...]" instead
of "[value huff ...]" after decoding the value string.

This is a harmless copy-paste typo from the preceding name decoding block.

Even if this is a cleanup, should be easily backported to ease any further
backport.
src/qpack-dec.c