commit | 05d4ae64365cd0c49de165d8fca78178a74e21c2 | [log] [tgz] |
---|---|---|
author | Amaury Denoyelle <adenoyelle@haproxy.com> | Wed Apr 13 17:40:26 2022 +0200 |
committer | Amaury Denoyelle <adenoyelle@haproxy.com> | Thu Apr 14 15:08:16 2022 +0200 |
tree | 0c0dbeaf9e76ca92d21404c01c7fefd7abf6ba6c | |
parent | 622ec4166b8d755a9dde9cd3024a2046dd555a48 [diff] |
BUG/MINOR: quic: fix return value for error in start Fix the return value used in quic-conn start callback for error. The caller expects a negative value in this case. Without this patch, the quic-conn and the connection stack are not closed despite an initialization failure error, which is an undefined behavior and may cause a crash in the end.