| 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 94a3caf89a834ffeb1f491af9e4902d4e7991ae2..cfc237fef2fc5822c60fead3e98d6541b89877a6 100644
|
| --- a/net/quic/quic_crypto_client_stream.cc
|
| +++ b/net/quic/quic_crypto_client_stream.cc
|
| @@ -28,7 +28,7 @@ void QuicCryptoClientStream::OnHandshakeMessage(
|
| }
|
|
|
| // TODO(rch): correctly validate the message
|
| - set_handshake_complete(true);
|
| + SetHandshakeComplete(QUIC_NO_ERROR);
|
| return;
|
| }
|
|
|
|
|