liuxiaolong
2021-07-20 13c503b73b4ecc8ce4a6e344f9ac15202985d686
box/tcp_proxy.cpp
@@ -31,3 +31,8 @@
      return false;
   }
}
bool TcpProxy::Publish(const std::string &ip, int port, std::string &&content)
{
   return Request(ip, port, std::move(content), ReplyCB());
}