]> git.kaiwu.me - haproxy.git/commit
BUG/MINOR: hpack: fix debugging output of pseudo header names
authorWilly Tarreau <w@1wt.eu>
Sun, 3 Dec 2017 08:43:38 +0000 (09:43 +0100)
committerWilly Tarreau <w@1wt.eu>
Sun, 3 Dec 2017 08:43:38 +0000 (09:43 +0100)
commit9e28f459b4d003072d84fce57811b26ff8245f54
tree6246dbbf507086c6197bc8139e1cf17f025342f8
parent6377a0004fa25cc58a0e338a13012d3cf9416ef7
BUG/MINOR: hpack: fix debugging output of pseudo header names

When a pseudo header is used, name.ptr is NULL and we must replace it
with hpack_idx_to_name(). This only affects code built with DEBUG_HPACK.

To be backported to 1.8.
src/hpack-dec.c