summaryrefslogtreecommitdiffstats
path: root/net/spdy/spdy_protocol.h
diff options
context:
space:
mode:
authorrtenneti@chromium.org <rtenneti@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-11-29 03:13:03 +0000
committerrtenneti@chromium.org <rtenneti@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-11-29 03:13:03 +0000
commitfb2323d77300ec7935d5e558a2046630ed3d715a (patch)
tree08d70daf46ff9801a7e44646faf6f3efffd506f9 /net/spdy/spdy_protocol.h
parent64df6cf2347327d9d00fedc344c9bef706fd7949 (diff)
downloadchromium_src-fb2323d77300ec7935d5e558a2046630ed3d715a.zip
chromium_src-fb2323d77300ec7935d5e558a2046630ed3d715a.tar.gz
chromium_src-fb2323d77300ec7935d5e558a2046630ed3d715a.tar.bz2
SPDY changes from server.
R=willchan Review URL: http://codereview.chromium.org/8473007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@111854 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'net/spdy/spdy_protocol.h')
-rw-r--r--net/spdy/spdy_protocol.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/net/spdy/spdy_protocol.h b/net/spdy/spdy_protocol.h
index ac6cd6b..eed9798 100644
--- a/net/spdy/spdy_protocol.h
+++ b/net/spdy/spdy_protocol.h
@@ -123,6 +123,7 @@
// +----------------------------------+
// | Delta-Window-Size (32 bits) |
// +----------------------------------+
+//
namespace spdy {
// This implementation of Spdy is version 2; It's like version 1, with some
@@ -166,6 +167,7 @@ enum SpdyControlType {
enum SpdyDataFlags {
DATA_FLAG_NONE = 0,
DATA_FLAG_FIN = 1,
+ // TODO(hkhalil): Remove.
DATA_FLAG_COMPRESSED = 2
};