commit | 27faba7240a69a7c102444510f47dc3e49228da9 | [log] [tgz] |
---|---|---|
author | Frédéric Lécaille <flecaille@haproxy.com> | Wed Mar 03 16:21:00 2021 +0100 |
committer | Amaury Denoyelle <adenoyelle@haproxy.com> | Thu Sep 23 15:27:25 2021 +0200 |
tree | e9e51168448fe91873ec15accbaf5436bc3c0251 | |
parent | b4672fb6f08e362253607096af12cca0c64bcb32 [diff] [blame] |
MINOR: quic_sock: Finalize the QUIC connections. Add a call to conn_connection_complete() so that to install the mux any QUIC connection.
diff --git a/src/quic_sock.c b/src/quic_sock.c index f349932..1a5cf69 100644 --- a/src/quic_sock.c +++ b/src/quic_sock.c
@@ -66,7 +66,10 @@ conn_set_owner(cli_conn, sess, NULL); - return 1; + if (conn_complete_session(cli_conn) >= 0) + return 1; + + return 0; out_free_sess: /* prevent call to listener_release during session_free. It will be