MINOR: qpack: do not encode invalid http status code
authorAmaury Denoyelle <adenoyelle@haproxy.com>
Thu, 30 Sep 2021 12:47:32 +0000 (14:47 +0200)
committerAmaury Denoyelle <adenoyelle@haproxy.com>
Fri, 8 Oct 2021 13:28:35 +0000 (15:28 +0200)
commitfccffe08b39a877e974b5150f325b0f8ade4d61a
tree250ae96ec46857329af11b004ad657176c5b08fb
parent485da0b0535cc575ed8d4f3bf407e9101dbb80aa
MINOR: qpack: do not encode invalid http status code

Ensure that the HTTP status code is valid before encoding with QPACK. An
error is return if this is not the case.
src/qpack-enc.c