]> git.kaiwu.me - haproxy.git/commit
MINOR: quic: remove useless quic_tp_dec_err type
authorAmaury Denoyelle <adenoyelle@haproxy.com>
Wed, 1 Apr 2026 11:56:33 +0000 (13:56 +0200)
committerAmaury Denoyelle <adenoyelle@haproxy.com>
Thu, 2 Apr 2026 12:02:04 +0000 (14:02 +0200)
commit9a2db73e32de96eaaa3a5042f5ad38844bd3809c
tree4a29aa4dfdb3ebd050feb517dc00a6c96d2668e2
parent967228c211d6c925cc585284972e0ea649933d72
MINOR: quic: remove useless quic_tp_dec_err type

The previous patch refactored QUIC transport parameters decoding and
validity checks. These two operation are now performed in two distinct
functions. This renders quic_tp_dec_err type useless. Thus, this patch
removes it. Function returns are converted to a simple integer value.
include/haproxy/quic_tp-t.h
src/quic_tp.c