]> git.ipfire.org Git - thirdparty/haproxy.git/commit
BUG/MINOR: quic: use proper error code on invalid server TP
authorAmaury Denoyelle <adenoyelle@haproxy.com>
Tue, 6 May 2025 15:59:21 +0000 (17:59 +0200)
committerAmaury Denoyelle <adenoyelle@haproxy.com>
Wed, 7 May 2025 13:20:06 +0000 (15:20 +0200)
commita54fdd3d926fabfc438dbaedbd3d08814fb99862
tree9534da1d307bccdf53bf40150a687ea0ae518e15
parentdf6bd4909e8dfa64337662a78adc39ca702c1dc7
BUG/MINOR: quic: use proper error code on invalid server TP

This commit is similar to the previous one. It fixes the error code
reported when dealing with invalid received transport parameters. This
time, it handles reception of original_destination_connection_id,
preferred_address and stateless_reset_token which must not be emitted by
the client.

This should be backported up to 2.6. Note that is relies on previous
patch "MINOR: quic: extend return value on TP parsing".
src/quic_tp.c