From 52a69186b43c61c0f3c96abd583dc9a9e3cf447d Mon Sep 17 00:00:00 2001 From: "erikchen@google.com" Date: Mon, 28 Jun 2010 18:47:49 +0000 Subject: 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 --- net/spdy/spdy_protocol.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'net/spdy/spdy_protocol.h') 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) | // +----------------------------------+ -- cgit v1.1