]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: qpack: support non-indexed http status code encoding
authorAmaury Denoyelle <adenoyelle@haproxy.com>
Thu, 30 Sep 2021 12:47:55 +0000 (14:47 +0200)
committerAmaury Denoyelle <adenoyelle@haproxy.com>
Fri, 8 Oct 2021 13:30:18 +0000 (15:30 +0200)
commit3a590c7ff28d840bdffd5faeddf1f799bd392445
tree52fef7d30e54d16cb99b112e40f18ab7aa1eaad4
parentfccffe08b39a877e974b5150f325b0f8ade4d61a
MINOR: qpack: support non-indexed http status code encoding

If a HTTP status code is not present in the QPACK static table, encode
it with a literal field line with name reference.
src/qpack-enc.c