| Index: net/quic/quic_crypto_client_stream.cc
|
| diff --git a/net/quic/quic_crypto_client_stream.cc b/net/quic/quic_crypto_client_stream.cc
|
| index 385df1a9fcc0acfb5f25505b8a40db39b336ef7d..dd668ff062c5270ae086b0899e268718d68118f2 100644
|
| --- a/net/quic/quic_crypto_client_stream.cc
|
| +++ b/net/quic/quic_crypto_client_stream.cc
|
| @@ -466,6 +466,7 @@ void QuicCryptoClientStream::DoHandshakeLoop(
|
|
|
| handshake_confirmed_ = true;
|
| session()->OnCryptoHandshakeEvent(QuicSession::HANDSHAKE_CONFIRMED);
|
| + session()->connection()->OnHandshakeComplete();
|
| return;
|
| }
|
| case STATE_IDLE:
|
|
|