Index: net/quic/quic_protocol.h |
diff --git a/net/quic/quic_protocol.h b/net/quic/quic_protocol.h |
index 4c67efb2a2261efdee1b1ffd55cbe3f87bf931db..11ad238399be11d134ebb32f2c4f260b96c60540 100644 |
--- a/net/quic/quic_protocol.h |
+++ b/net/quic/quic_protocol.h |
@@ -528,12 +528,14 @@ enum QuicErrorCode { |
// A handshake message arrived, but we are still validating the |
// previous handshake message. |
QUIC_CRYPTO_MESSAGE_WHILE_VALIDATING_CLIENT_HELLO = 54, |
+ // A server config update arrived before the handshake is complete. |
+ QUIC_CRYPTO_UPDATE_BEFORE_HANDSHAKE_COMPLETE = 65, |
// This connection involved a version negotiation which appears to have been |
// tampered with. |
QUIC_VERSION_NEGOTIATION_MISMATCH = 55, |
// No error. Used as bound while iterating. |
- QUIC_LAST_ERROR = 65, |
+ QUIC_LAST_ERROR = 66, |
}; |
struct NET_EXPORT_PRIVATE QuicPacketPublicHeader { |