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

Unified Diff: net/spdy/spdy_framer.h

Issue 12213062: Invalid flags now result in a GOAWAY (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Upload correct patch 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 | « no previous file | net/spdy/spdy_framer.cc » ('j') | net/spdy/spdy_framer.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/spdy/spdy_framer.h
diff --git a/net/spdy/spdy_framer.h b/net/spdy/spdy_framer.h
index ab1bb60b7e2159676b3382b00deb437237e9ac0f..c2462d2c66f852e7f241f2cc58ec9ee1cdce248b 100644
--- a/net/spdy/spdy_framer.h
+++ b/net/spdy/spdy_framer.h
@@ -272,6 +272,7 @@ class NET_EXPORT_PRIVATE SpdyFramer {
SPDY_COMPRESS_FAILURE, // There was an error compressing.
SPDY_CREDENTIAL_FRAME_CORRUPT, // CREDENTIAL frame could not be parsed.
SPDY_INVALID_DATA_FRAME_FLAGS, // Data frame has invalid flags.
Ryan Hamilton 2013/02/07 17:07:45 nit: please fix the indentation of the comments.
akalin 2013/02/12 06:50:12 Done. Was due to p4diff.
+ SPDY_INVALID_CONTROL_FRAME_FLAGS, // Control frame has invalid flags.
LAST_ERROR, // Must be the last entry in the enum.
};
« no previous file with comments | « no previous file | net/spdy/spdy_framer.cc » ('j') | net/spdy/spdy_framer.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698