| Index: net/spdy/spdy_test_util.h
|
| diff --git a/net/spdy/spdy_test_util.h b/net/spdy/spdy_test_util.h
|
| index 2c9aea8f3b5ab6bda4ed2d2cd0a358c9f4779c4c..830a2903807682da70f8c8604ea624b90c57f93b 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
|
|
|