| Index: net/spdy/hpack_header_table.cc
|
| diff --git a/net/spdy/hpack_header_table.cc b/net/spdy/hpack_header_table.cc
|
| index a7da21bff44244b22057e96265e19b32633ac3e1..44787a8d573e62660bf4f2da4e3e37e22703ebe7 100644
|
| --- a/net/spdy/hpack_header_table.cc
|
| +++ b/net/spdy/hpack_header_table.cc
|
| @@ -40,58 +40,59 @@ const StaticEntry kStaticTable[] = {
|
| STATIC_ENTRY(":scheme" , "http"), // 6
|
| STATIC_ENTRY(":scheme" , "https"), // 7
|
| STATIC_ENTRY(":status" , "200"), // 8
|
| - STATIC_ENTRY(":status" , "500"), // 9
|
| - STATIC_ENTRY(":status" , "404"), // 10
|
| - STATIC_ENTRY(":status" , "403"), // 11
|
| + STATIC_ENTRY(":status" , "204"), // 9
|
| + STATIC_ENTRY(":status" , "206"), // 10
|
| + STATIC_ENTRY(":status" , "304"), // 11
|
| STATIC_ENTRY(":status" , "400"), // 12
|
| - STATIC_ENTRY(":status" , "401"), // 13
|
| - STATIC_ENTRY("accept-charset" , ""), // 14
|
| - STATIC_ENTRY("accept-encoding" , ""), // 15
|
| - STATIC_ENTRY("accept-language" , ""), // 16
|
| - STATIC_ENTRY("accept-ranges" , ""), // 17
|
| - STATIC_ENTRY("accept" , ""), // 18
|
| - STATIC_ENTRY("access-control-allow-origin" , ""), // 19
|
| - STATIC_ENTRY("age" , ""), // 20
|
| - STATIC_ENTRY("allow" , ""), // 21
|
| - STATIC_ENTRY("authorization" , ""), // 22
|
| - STATIC_ENTRY("cache-control" , ""), // 23
|
| - STATIC_ENTRY("content-disposition" , ""), // 24
|
| - STATIC_ENTRY("content-encoding" , ""), // 25
|
| - STATIC_ENTRY("content-language" , ""), // 26
|
| - STATIC_ENTRY("content-length" , ""), // 27
|
| - STATIC_ENTRY("content-location" , ""), // 28
|
| - STATIC_ENTRY("content-range" , ""), // 29
|
| - STATIC_ENTRY("content-type" , ""), // 30
|
| - STATIC_ENTRY("cookie" , ""), // 31
|
| - STATIC_ENTRY("date" , ""), // 32
|
| - STATIC_ENTRY("etag" , ""), // 33
|
| - STATIC_ENTRY("expect" , ""), // 34
|
| - STATIC_ENTRY("expires" , ""), // 35
|
| - STATIC_ENTRY("from" , ""), // 36
|
| - STATIC_ENTRY("host" , ""), // 37
|
| - STATIC_ENTRY("if-match" , ""), // 38
|
| - STATIC_ENTRY("if-modified-since" , ""), // 39
|
| - STATIC_ENTRY("if-none-match" , ""), // 40
|
| - STATIC_ENTRY("if-range" , ""), // 41
|
| - STATIC_ENTRY("if-unmodified-since" , ""), // 42
|
| - STATIC_ENTRY("last-modified" , ""), // 43
|
| - STATIC_ENTRY("link" , ""), // 44
|
| - STATIC_ENTRY("location" , ""), // 45
|
| - STATIC_ENTRY("max-forwards" , ""), // 46
|
| - STATIC_ENTRY("proxy-authenticate" , ""), // 47
|
| - STATIC_ENTRY("proxy-authorization" , ""), // 48
|
| - STATIC_ENTRY("range" , ""), // 49
|
| - STATIC_ENTRY("referer" , ""), // 50
|
| - STATIC_ENTRY("refresh" , ""), // 51
|
| - STATIC_ENTRY("retry-after" , ""), // 52
|
| - STATIC_ENTRY("server" , ""), // 53
|
| - STATIC_ENTRY("set-cookie" , ""), // 54
|
| - STATIC_ENTRY("strict-transport-security" , ""), // 55
|
| - STATIC_ENTRY("transfer-encoding" , ""), // 56
|
| - STATIC_ENTRY("user-agent" , ""), // 57
|
| - STATIC_ENTRY("vary" , ""), // 58
|
| - STATIC_ENTRY("via" , ""), // 59
|
| - STATIC_ENTRY("www-authenticate" , ""), // 60
|
| + STATIC_ENTRY(":status" , "404"), // 13
|
| + STATIC_ENTRY(":status" , "500"), // 14
|
| + STATIC_ENTRY("accept-charset" , ""), // 15
|
| + STATIC_ENTRY("accept-encoding" , ""), // 16
|
| + STATIC_ENTRY("accept-language" , ""), // 17
|
| + STATIC_ENTRY("accept-ranges" , ""), // 18
|
| + STATIC_ENTRY("accept" , ""), // 19
|
| + STATIC_ENTRY("access-control-allow-origin" , ""), // 20
|
| + STATIC_ENTRY("age" , ""), // 21
|
| + STATIC_ENTRY("allow" , ""), // 22
|
| + STATIC_ENTRY("authorization" , ""), // 23
|
| + STATIC_ENTRY("cache-control" , ""), // 24
|
| + STATIC_ENTRY("content-disposition" , ""), // 25
|
| + STATIC_ENTRY("content-encoding" , ""), // 26
|
| + STATIC_ENTRY("content-language" , ""), // 27
|
| + STATIC_ENTRY("content-length" , ""), // 28
|
| + STATIC_ENTRY("content-location" , ""), // 29
|
| + STATIC_ENTRY("content-range" , ""), // 30
|
| + STATIC_ENTRY("content-type" , ""), // 31
|
| + STATIC_ENTRY("cookie" , ""), // 32
|
| + STATIC_ENTRY("date" , ""), // 33
|
| + STATIC_ENTRY("etag" , ""), // 34
|
| + STATIC_ENTRY("expect" , ""), // 35
|
| + STATIC_ENTRY("expires" , ""), // 36
|
| + STATIC_ENTRY("from" , ""), // 37
|
| + STATIC_ENTRY("host" , ""), // 38
|
| + STATIC_ENTRY("if-match" , ""), // 39
|
| + STATIC_ENTRY("if-modified-since" , ""), // 40
|
| + STATIC_ENTRY("if-none-match" , ""), // 41
|
| + STATIC_ENTRY("if-range" , ""), // 42
|
| + STATIC_ENTRY("if-unmodified-since" , ""), // 43
|
| + STATIC_ENTRY("last-modified" , ""), // 44
|
| + STATIC_ENTRY("link" , ""), // 45
|
| + STATIC_ENTRY("location" , ""), // 46
|
| + STATIC_ENTRY("max-forwards" , ""), // 47
|
| + STATIC_ENTRY("proxy-authenticate" , ""), // 48
|
| + STATIC_ENTRY("proxy-authorization" , ""), // 49
|
| + STATIC_ENTRY("range" , ""), // 50
|
| + STATIC_ENTRY("referer" , ""), // 51
|
| + STATIC_ENTRY("refresh" , ""), // 52
|
| + STATIC_ENTRY("retry-after" , ""), // 53
|
| + STATIC_ENTRY("server" , ""), // 54
|
| + STATIC_ENTRY("set-cookie" , ""), // 55
|
| + STATIC_ENTRY("strict-transport-security" , ""), // 56
|
| + STATIC_ENTRY("transfer-encoding" , ""), // 57
|
| + STATIC_ENTRY("user-agent" , ""), // 58
|
| + STATIC_ENTRY("vary" , ""), // 59
|
| + STATIC_ENTRY("via" , ""), // 60
|
| + STATIC_ENTRY("www-authenticate" , ""), // 61
|
| };
|
|
|
| #undef STATIC_ENTRY
|
|
|