diff options
author | Vijay Pai <vpai@google.com> | 2016-02-03 10:13:19 -0800 |
---|---|---|
committer | Vijay Pai <vpai@google.com> | 2016-02-03 10:13:19 -0800 |
commit | ce7929c877656a4f74bd21c0f5bbdab5dd5c04bd (patch) | |
tree | 466d3727776db6aa92b10fe27533b93871bd09f1 /test/cpp/qps/async_streaming_ping_pong_test.cc | |
parent | c6d5cd180eaae7d26ccafa4d8baf2be2fc3d82f6 (diff) | |
parent | 25ba7a3d7e482afd81b1cbc6319fd6b241f919e8 (diff) |
Merge branch 'master' into async_thread_stress_test
Diffstat (limited to 'test/cpp/qps/async_streaming_ping_pong_test.cc')
-rw-r--r-- | test/cpp/qps/async_streaming_ping_pong_test.cc | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/test/cpp/qps/async_streaming_ping_pong_test.cc b/test/cpp/qps/async_streaming_ping_pong_test.cc index 0acdf3affb..97499329c1 100644 --- a/test/cpp/qps/async_streaming_ping_pong_test.cc +++ b/test/cpp/qps/async_streaming_ping_pong_test.cc @@ -1,6 +1,6 @@ /* * - * Copyright 2015, Google Inc. + * Copyright 2015-2016, Google Inc. * All rights reserved. * * Redistribution and use in source and binary forms, with or without @@ -58,7 +58,6 @@ static void RunAsyncStreamingPingPong() { ServerConfig server_config; server_config.set_server_type(ASYNC_SERVER); - server_config.set_host("localhost"); server_config.set_async_server_threads(1); const auto result = |