lichao
2021-06-23 c1e39e20ca42b21eeac8b5068fa1f921bf9a070f
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());
}