liuxiaolong
2021-07-20 d70afff273df67d0eb029ea16fa68a84faa9c200
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());
}