localhost -> wildcard address

pull/4894/head
Vijay Pai 9 years ago
parent 927dae0da0
commit 58da895a8c
  1. 2
      test/cpp/qps/qps_driver.cc

@ -153,7 +153,7 @@ static void QpsDriver() {
ServerConfig server_config;
server_config.set_server_type(server_type);
server_config.set_host("localhost");
server_config.set_host("::"); // Use the wildcard server address
server_config.set_async_server_threads(FLAGS_async_server_threads);
if (FLAGS_secure_test) {

Loading…
Cancel
Save