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

Unified Diff: net/spdy/spdy_session.h

Issue 12213062: Invalid flags now result in a GOAWAY (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix test expectations Created 7 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
« no previous file with comments | « net/spdy/spdy_framer_test.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/spdy/spdy_session.h
diff --git a/net/spdy/spdy_session.h b/net/spdy/spdy_session.h
index c0b5d156ca981ce7a7061700d26553cc7291b424..2ce3e14c22f2e9748da3cb00d8ebd54d07173866 100644
--- a/net/spdy/spdy_session.h
+++ b/net/spdy/spdy_session.h
@@ -63,6 +63,7 @@ enum SpdyProtocolErrorDetails {
SPDY_ERROR_COMPRESS_FAILURE,
SPDY_ERROR_CREDENTIAL_FRAME_CORRUPT,
SPDY_ERROR_INVALID_DATA_FRAME_FLAGS,
+ SPDY_ERROR_INVALID_CONTROL_FRAME_FLAGS,
// SpdyRstStreamStatus
STATUS_CODE_INVALID,
« no previous file with comments | « net/spdy/spdy_framer_test.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698