mirror of
https://github.com/haproxy/haproxy.git
synced 2026-03-09 09:30:46 -04:00
MINOR: quic: remove wait handshake/L6 flags on init connection
The connection is allocated after finishing the QUIC handshake. Remove handshake/L6 flags when initializing the connection as handshake is finished with success at this stage.
This commit is contained in:
parent
9fa15e5413
commit
cbe090d42f
1 changed files with 0 additions and 3 deletions
|
|
@ -5466,9 +5466,6 @@ static int qc_conn_init(struct connection *conn, void **xprt_ctx)
|
|||
|
||||
HA_ATOMIC_STORE(xprt_ctx, conn->qc->xprt_ctx);
|
||||
|
||||
/* Leave init state and start handshake */
|
||||
conn->flags |= CO_FL_SSL_WAIT_HS | CO_FL_WAIT_L6_CONN;
|
||||
|
||||
out:
|
||||
TRACE_LEAVE(QUIC_EV_CONN_NEW, qc);
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue