| Index: net/http/http_network_transaction_unittest.cc
|
| ===================================================================
|
| --- net/http/http_network_transaction_unittest.cc (revision 264191)
|
| +++ net/http/http_network_transaction_unittest.cc (working copy)
|
| @@ -3950,6 +3950,10 @@
|
| ConnectStatusHelper(MockRead("HTTP/1.1 307 Temporary Redirect\r\n"));
|
| }
|
|
|
| +TEST_P(HttpNetworkTransactionTest, ConnectStatus308) {
|
| + ConnectStatusHelper(MockRead("HTTP/1.1 308 Permanent Redirect\r\n"));
|
| +}
|
| +
|
| TEST_P(HttpNetworkTransactionTest, ConnectStatus400) {
|
| ConnectStatusHelper(MockRead("HTTP/1.1 400 Bad Request\r\n"));
|
| }
|
|
|