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

Unified Diff: net/quic/quic_protocol.h

Issue 1692253004: QUIC - chromium server push support. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Initial for-review version Created 4 years, 10 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/quic_protocol.h
diff --git a/net/quic/quic_protocol.h b/net/quic/quic_protocol.h
index 545734cc2f36ede3a3fb7206ceb80e8c0ded0539..a9af2c13d8ed8b590185156002389babe7858783 100644
--- a/net/quic/quic_protocol.h
+++ b/net/quic/quic_protocol.h
@@ -483,6 +483,8 @@ enum QuicRstStreamErrorCode {
QUIC_DUPLICATE_PROMISE_URL,
// Vary check failed.
QUIC_PROMISE_VARY_MISMATCH,
+ // Only GET and HEAD methods allowed.
+ QUIC_INVALID_PROMISE_METHOD,
Ryan Hamilton 2016/02/24 00:34:00 This can probably go in a stand alone CL (perhaps
Buck 2016/02/26 23:54:17 Done.
// No error. Used as bound while iterating.
QUIC_STREAM_LAST_ERROR,
};

Powered by Google App Engine
This is Rietveld 408576698