mirror of
https://git.haproxy.org/git/haproxy.git/
synced 2026-04-03 18:11:06 +02:00
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.