Searched refs:read_failure (Results 1 – 1 of 1) sorted by relevance
137 void KeepAliveConnectionResendRequestTest(const MockRead& read_failure);819 const MockRead& read_failure) { in KeepAliveConnectionResendRequestTest() argument831 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() local874 KeepAliveConnectionResendRequestTest(read_failure); in TEST_F()878 MockRead read_failure(false, OK); // EOF in TEST_F() local879 KeepAliveConnectionResendRequestTest(read_failure); in TEST_F()