lichao
2021-04-21 f6535ea2ae09b3cdca9104fa19dfff39a47271ea
utest/utest.cpp
@@ -233,7 +233,7 @@
      boost::timer::auto_cpu_timer timer;
      for (int i = 0; i < nreq; ++i) {
         std::string msg_id;
         if (!client.ClientAsyncRequest(req, msg_id)) {
         if (!client.ClientAsyncRequest(BHAddress(), req, msg_id)) {
            printf("client request failed\n");
            ++count;
         }