From a39235ad878f8ffa09bfc2f81996ebe72b40ee5c Mon Sep 17 00:00:00 2001 From: eidheim Date: Tue, 12 Aug 2014 07:51:31 +0200 Subject: [PATCH] removed no_delay test --- client_http.hpp | 2 -- 1 file changed, 2 deletions(-) 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: