summaryrefslogtreecommitdiffstats
path: root/net/spdy/spdy_protocol.h
diff options
context:
space:
mode:
authorerikchen@google.com <erikchen@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2010-06-28 18:47:49 +0000
committererikchen@google.com <erikchen@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2010-06-28 18:47:49 +0000
commit52a69186b43c61c0f3c96abd583dc9a9e3cf447d (patch)
tree0ea5ffe8c030e3532af8b2faae98c8361c7287a7 /net/spdy/spdy_protocol.h
parent2535e637b7da1d6f530bf8f0a6c482c703d2c1f7 (diff)
downloadchromium_src-52a69186b43c61c0f3c96abd583dc9a9e3cf447d.zip
chromium_src-52a69186b43c61c0f3c96abd583dc9a9e3cf447d.tar.gz
chromium_src-52a69186b43c61c0f3c96abd583dc9a9e3cf447d.tar.bz2
Streams send a Rst frame upon being closed by client. Some minor editorial fixes.
TEST=net_unittests BUG=46589 Review URL: http://codereview.chromium.org/2804008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@51007 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'net/spdy/spdy_protocol.h')
-rw-r--r--net/spdy/spdy_protocol.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/spdy/spdy_protocol.h b/net/spdy/spdy_protocol.h
index a7a5ab7..ee8369f 100644
--- a/net/spdy/spdy_protocol.h
+++ b/net/spdy/spdy_protocol.h
@@ -63,7 +63,7 @@
// +----------------------------------+
// |1|000000000000001|0000000000000011|
// +----------------------------------+
-// | flags (8) | Length (24 bits) | >= 4
+// | flags (8) | Length (24 bits) | >= 8
// +----------------------------------+
// |X| Stream-ID(31bits) |
// +----------------------------------+