mirror of
https://github.com/openssl/openssl.git
synced 2025-03-07 19:38:33 +08:00
QUIC CHANNEL: Inform the ACKM when the handshake is confirmed
Reviewed-by: Tomas Mraz <tomas@openssl.org> Reviewed-by: Matt Caswell <matt@openssl.org> Reviewed-by: Paul Dale <pauli@openssl.org> (Merged from https://github.com/openssl/openssl/pull/21029)
This commit is contained in:
parent
693b23e3d0
commit
29a541fe36
@ -2309,6 +2309,7 @@ int ossl_quic_channel_on_handshake_confirmed(QUIC_CHANNEL *ch)
|
||||
|
||||
ch_discard_el(ch, QUIC_ENC_LEVEL_HANDSHAKE);
|
||||
ch->handshake_confirmed = 1;
|
||||
ossl_ackm_on_handshake_confirmed(ch->ackm);
|
||||
return 1;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user