diff options
Diffstat (limited to 'net/test/test_server.cc')
-rw-r--r-- | net/test/test_server.cc | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/net/test/test_server.cc b/net/test/test_server.cc index d76430d..faf1090 100644 --- a/net/test/test_server.cc +++ b/net/test/test_server.cc @@ -39,12 +39,6 @@ namespace net { namespace { -// Number of connection attempts for tests. -const int kServerConnectionAttempts = 10; - -// Connection timeout in milliseconds for tests. -const int kServerConnectionTimeoutMs = 1000; - std::string GetHostname(TestServer::Type type, const TestServer::HTTPSOptions& options) { if (type == TestServer::TYPE_HTTPS && |