]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: h3: use INTERNAL_ERROR code for init failure
authorAmaury Denoyelle <adenoyelle@haproxy.com>
Wed, 20 Dec 2023 14:34:26 +0000 (15:34 +0100)
committerAmaury Denoyelle <adenoyelle@haproxy.com>
Wed, 20 Dec 2023 14:40:02 +0000 (15:40 +0100)
commit9ab107b84b72c6d6b93e1b4570672d0c39c6f7d8
tree3a883f3fa08fe5b04d9b51def7f1951da446987b
parent7a3602a1f55dacda5a669865e04474f5d503bab7
MINOR: h3: use INTERNAL_ERROR code for init failure

Consider that application layer is responsible to set proper error code
on init or finalize operation failure. In case of H3, use INTERNAL_ERROR
application error code. This allows to remove qcc_set_error() invocation
from qmux_init().

In case application layer would not specify any error code, fallback
INTERNAL_ERROR transport error code would be used thanks to the recent
change introduced for error management in qmux_init().
src/h3.c
src/mux_quic.c