Chromium Code Reviews| Index: net/http/http_response_headers_unittest.cc |
| =================================================================== |
| --- net/http/http_response_headers_unittest.cc (revision 264191) |
| +++ net/http/http_response_headers_unittest.cc (working copy) |
| @@ -812,6 +812,11 @@ |
| "\n", |
| false |
| }, |
| + // another cached permanent redirect |
| + { "HTTP/1.1 308 Permanent Redirect\n" |
| + "\n", |
| + false |
| + }, |
| // cached redirect: not reusable even though by default it would be |
| { "HTTP/1.1 300 Multiple Choices\n" |
| "Cache-Control: no-cache\n" |