| Index: net/quic/quic_protocol.h
|
| diff --git a/net/quic/quic_protocol.h b/net/quic/quic_protocol.h
|
| index 86711a1749cc014e11d43ddf209fcc145eefbac0..ee23deaf0cd2d57b9c50b106cf86624942ba00ba 100644
|
| --- a/net/quic/quic_protocol.h
|
| +++ b/net/quic/quic_protocol.h
|
| @@ -349,6 +349,8 @@ enum QuicRstStreamErrorCode {
|
| QUIC_STREAM_PEER_GOING_AWAY,
|
| // The stream has been cancelled.
|
| QUIC_STREAM_CANCELLED,
|
| + // Sending a RST to allow for proper flow control accounting.
|
| + QUIC_RST_FLOW_CONTROL_ACCOUNTING,
|
|
|
| // No error. Used as bound while iterating.
|
| QUIC_STREAM_LAST_ERROR,
|
|
|