Index: net/quic/quic_protocol.h |
diff --git a/net/quic/quic_protocol.h b/net/quic/quic_protocol.h |
index 2c8c7894be89464d6a61e585b7836295ee9b0b10..d68f300c505b4ad672e86bc1229c86f1e0c63665 100644 |
--- a/net/quic/quic_protocol.h |
+++ b/net/quic/quic_protocol.h |
@@ -546,6 +546,8 @@ enum QuicErrorCode { |
QUIC_PUBLIC_RESETS_POST_HANDSHAKE = 73, |
// Disabled QUIC because of too many timeouts with streams open. |
QUIC_TIMEOUTS_WITH_OPEN_STREAMS = 74, |
+ // Closed because we failed to serialize a packet. |
+ QUIC_FAILED_TO_SERIALIZE_PACKET = 75, |
// Crypto errors. |
@@ -605,7 +607,7 @@ enum QuicErrorCode { |
QUIC_VERSION_NEGOTIATION_MISMATCH = 55, |
// No error. Used as bound while iterating. |
- QUIC_LAST_ERROR = 75, |
+ QUIC_LAST_ERROR = 76, |
}; |
struct NET_EXPORT_PRIVATE QuicPacketPublicHeader { |