commit | 5d774dee557710e86b9ed906786ce03f88393c09 | [log] [tgz] |
---|---|---|
author | Amaury Denoyelle <adenoyelle@haproxy.com> | Thu Apr 14 14:59:35 2022 +0200 |
committer | Amaury Denoyelle <adenoyelle@haproxy.com> | Thu Apr 14 15:09:32 2022 +0200 |
tree | e7a8cee75bb8c902ae0902cb71df3d300d7d3343 | |
parent | 05d4ae64365cd0c49de165d8fca78178a74e21c2 [diff] |
MINOR: quic: emit CONNECTION_CLOSE on app init error Emit a CONNECTION_CLOSE if the app layer cannot be properly initialized on qc_xprt_start. This force the quic-conn to enter the closing state before being closed. Without this, quic-conn normal operations continue, despite the app-layer reported as not initialized. This behavior is undefined, in particular when handling STREAM frames.