Chromium Code Reviews| Index: net/http/http_stream_factory_impl_unittest.cc |
| =================================================================== |
| --- net/http/http_stream_factory_impl_unittest.cc (revision 105385) |
| +++ net/http/http_stream_factory_impl_unittest.cc (working copy) |
| @@ -344,6 +344,8 @@ |
| } |
| TEST(HttpStreamFactoryTest, PreconnectDirectWithExistingSpdySession) { |
| + // Disable sending PING. |
| + SpdySession::set_enable_ping_based_connection_checking(false); |
|
willchan no longer on Chromium
2011/10/15 08:08:03
It looks weird that we are only disabling PING for
ramant (doing other things)
2011/10/15 23:33:11
Done.
|
| for (size_t i = 0; i < arraysize(kTests); ++i) { |
| SessionDependencies session_deps(ProxyService::CreateDirect()); |
| scoped_refptr<HttpNetworkSession> session(CreateSession(&session_deps)); |