| Index: net/quic/quic_protocol.h
|
| diff --git a/net/quic/quic_protocol.h b/net/quic/quic_protocol.h
|
| index 8c23d1a0584ec46575d6485d4966de5170be8d50..8edac272e2d33d95c602dca25740badac4fc9e34 100644
|
| --- a/net/quic/quic_protocol.h
|
| +++ b/net/quic/quic_protocol.h
|
| @@ -542,6 +542,10 @@ enum QuicErrorCode {
|
| QUIC_CONNECTION_CANCELLED = 70,
|
| // Disabled QUIC because of high packet loss rate.
|
| QUIC_BAD_PACKET_LOSS_RATE = 71,
|
| + // Disabled QUIC because of too many PUBLIC_RESETs post handshake.
|
| + QUIC_PUBLIC_RESETS_POST_HANDSHAKE = 72,
|
| + // Disabled QUIC because of too many timeouts with streams open.
|
| + QUIC_TIMEOUTS_STREAMS_OPEN = 73,
|
|
|
| // Crypto errors.
|
|
|
|
|