Home
last modified time | relevance | path

Searched refs:read_failure (Results 1 – 1 of 1) sorted by relevance

/external/chromium/net/http/
Dhttp_network_transaction_unittest.cc137 void KeepAliveConnectionResendRequestTest(const MockRead& read_failure);
819 const MockRead& read_failure) { in KeepAliveConnectionResendRequestTest() argument
831 read_failure, // Now, we reuse the connection and fail the first read. in KeepAliveConnectionResendRequestTest()
873 MockRead read_failure(true, ERR_CONNECTION_RESET); in TEST_F() local
874 KeepAliveConnectionResendRequestTest(read_failure); in TEST_F()
878 MockRead read_failure(false, OK); // EOF in TEST_F() local
879 KeepAliveConnectionResendRequestTest(read_failure); in TEST_F()