]> git.ipfire.org Git - thirdparty/haproxy.git/commit
BUG/MINOR: quic: fix documentation for transport params decoding
authorAmaury Denoyelle <adenoyelle@haproxy.com>
Wed, 1 Apr 2026 11:10:21 +0000 (13:10 +0200)
committerAmaury Denoyelle <adenoyelle@haproxy.com>
Thu, 2 Apr 2026 12:02:04 +0000 (14:02 +0200)
commitb72bfedd683e3858b4edb54d2defe9dbd9be6512
tree0fd80aa0502072d50b79f3315a3c6e998ff0e7d7
parent011b085803d142514d7a432d020e0b1894b21052
BUG/MINOR: quic: fix documentation for transport params decoding

The documentation for functions related to transport parameters decoding
is unclear or sometimes completely wrong on the meaning of the <server>
argument. It must be set to reflect the origin of the parameters,
contrary to what was implied in function comments.

Fix this by rewriting comments related to this <server> argument. This
should prevent to make any mistake in the future.

This is purely a documentation fix. However, it could be useful to
backport it up to 2.6.
src/quic_tp.c