zhangmeng
2021-07-02 056f71f24cefaf88f2a93714c6678c03ed5f1e0e
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());
}