Index: net/quic/crypto/quic_crypto_server_config.cc |
diff --git a/net/quic/crypto/quic_crypto_server_config.cc b/net/quic/crypto/quic_crypto_server_config.cc |
index 9bf08a6370af3fb8c7df88afdf082fba44598c16..ab8202a605674ebb9f43f3a9173c748932945081 100644 |
--- a/net/quic/crypto/quic_crypto_server_config.cc |
+++ b/net/quic/crypto/quic_crypto_server_config.cc |
@@ -752,7 +752,7 @@ QuicErrorCode QuicCryptoServerConfig::ProcessClientHello( |
&plaintext_length, kMaxPacketSize); |
if (!success) { |
*error_details = "CETV decryption failure"; |
- return QUIC_PACKET_TOO_LARGE; |
+ return QUIC_INVALID_CRYPTO_MESSAGE_PARAMETER; |
} |
scoped_ptr<CryptoHandshakeMessage> cetv( |
CryptoFramer::ParseMessage(StringPiece(plaintext, plaintext_length))); |