| Index: net/quic/crypto/quic_crypto_client_config.cc
|
| diff --git a/net/quic/crypto/quic_crypto_client_config.cc b/net/quic/crypto/quic_crypto_client_config.cc
|
| index eef974334f20f48a39c72098d5fd0262c67db9ee..a95c0f08e2b5309822873c4f487b399662e1acd6 100644
|
| --- a/net/quic/crypto/quic_crypto_client_config.cc
|
| +++ b/net/quic/crypto/quic_crypto_client_config.cc
|
| @@ -727,7 +727,7 @@ QuicErrorCode QuicCryptoClientConfig::ProcessRejection(
|
| return QUIC_CRYPTO_MESSAGE_PARAMETER_NOT_FOUND;
|
| }
|
| cached->add_server_designated_connection_id(connection_id);
|
| - return QUIC_CRYPTO_HANDSHAKE_STATELESS_REJECT;
|
| + return QUIC_NO_ERROR;
|
| }
|
|
|
| return QUIC_NO_ERROR;
|
|
|