]> git.ipfire.org Git - thirdparty/haproxy.git/commit
BUG/MEDIUM: h3: trim whitespaces when parsing headers value
authorAmaury Denoyelle <adenoyelle@haproxy.com>
Wed, 16 Apr 2025 13:47:42 +0000 (15:47 +0200)
committerAmaury Denoyelle <adenoyelle@haproxy.com>
Wed, 16 Apr 2025 16:31:04 +0000 (18:31 +0200)
commita17e5b27c03230cc65ebedc6dc28dbfce5181c79
tree610126ec6227de0a06eb5c9b79dded0d2dc613cc
parent8efafe76a31a3f971fd23acfff2aa5d7a0366014
BUG/MEDIUM: h3: trim whitespaces when parsing headers value

Remove any leading and trailing whitespace from header field values
prior to inserting a new HTX header block. This is done when parsing a
HEADERS frame, both as headers and trailers.

This must be backported up to 2.6.
src/h3.c