MINOR: h3: implement TRAILERS decoding
authorAmaury Denoyelle <adenoyelle@haproxy.com>
Fri, 13 Jan 2023 15:40:31 +0000 (16:40 +0100)
committerAmaury Denoyelle <adenoyelle@haproxy.com>
Thu, 19 Jan 2023 15:31:12 +0000 (16:31 +0100)
commitedfcb55417d15e2808c64fc2b420e98f1a561751
treecff835ebb1b9535798125a5035e7a36100bd095e
parent6bf86c73bae90bd6f0ed97e0df7c56199327a3bf
MINOR: h3: implement TRAILERS decoding

Implement the conversion of H3 request trailers as HTX blocks. This is
done through a new function h3_trailers_to_htx(). If the request
contains forbidden trailers it is rejected with a stream error.

This should be backported up to 2.7.
src/h3.c