Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(250)

Unified Diff: net/quic/core/quic_protocol.h

Issue 2412483004: relnote: Add a new RstStreamErrorCode for resetting streams due to push stream is unclaimed and tim… (Closed)
Patch Set: Created 4 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: net/quic/core/quic_protocol.h
diff --git a/net/quic/core/quic_protocol.h b/net/quic/core/quic_protocol.h
index bc609d2e836ed9e5850535f4c4e912d1709e355f..02903cb78c8010724ada1366f7ca1c9535176296 100644
--- a/net/quic/core/quic_protocol.h
+++ b/net/quic/core/quic_protocol.h
@@ -490,6 +490,8 @@ enum QuicRstStreamErrorCode {
QUIC_PROMISE_VARY_MISMATCH,
// Only GET and HEAD methods allowed.
QUIC_INVALID_PROMISE_METHOD,
+ // The push stream is unclaimed and timed out.
+ QUIC_PUSH_STREAM_TIMED_OUT,
// No error. Used as bound while iterating.
QUIC_STREAM_LAST_ERROR,
};

Powered by Google App Engine
This is Rietveld 408576698