From 5af52c96a8e35e256fd4e1d22205b2a7de7278c9 Mon Sep 17 00:00:00 2001 From: "oshima@chromium.org" Date: Mon, 28 Jun 2010 19:08:34 +0000 Subject: Revert "Streams send a Rst frame upon being closed by client. Some minor editorial fixes." This reverts commit 699468c59a6563db5fb3fb4739c6710a279a4067. TBR=erikchen@google.com Review URL: http://codereview.chromium.org/2852029 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@51011 0039d316-1c4b-4281-b951-d872f2087c98 --- net/spdy/spdy_test_util.h | 7 ------- 1 file changed, 7 deletions(-) (limited to 'net/spdy/spdy_test_util.h') diff --git a/net/spdy/spdy_test_util.h b/net/spdy/spdy_test_util.h index 2c9aea8..830a290 100644 --- a/net/spdy/spdy_test_util.h +++ b/net/spdy/spdy_test_util.h @@ -40,13 +40,6 @@ const uint8 kGetSynReply[] = { 0x00, 0x08, 'H', 'T', 'T', 'P', '/', '1', '.', '1', // "HTTP/1.1" }; -const uint8 kGetRst[] = { - 0x80, 0x01, 0x00, 0x03, // header - 0x00, 0x00, 0x00, 0x08, - 0x00, 0x00, 0x00, 0x01, - 0x00, 0x00, 0x00, 0x05, // 4 headers -}; - const uint8 kGetBodyFrame[] = { 0x00, 0x00, 0x00, 0x01, // header 0x01, 0x00, 0x00, 0x06, // FIN, length -- cgit v1.1