diff --git a/client_http.hpp b/client_http.hpp index 79a493f..d221a66 100644 --- a/client_http.hpp +++ b/client_http.hpp @@ -182,8 +182,6 @@ namespace SimpleWeb { public: Client(const std::string& server_port_path) : ClientBase::ClientBase(server_port_path, 80) { socket=std::make_shared(asio_io_service); - boost::asio::ip::tcp::no_delay option(true); - socket->set_option(option); }; private: