From aa2834a5ce36afe87823bfc8118a0b13ce9f2b53 Mon Sep 17 00:00:00 2001 From: Arthur Britto Date: Mon, 18 Jun 2012 14:28:46 -0700 Subject: [PATCH] Remove no_delay from HttpsClient. --- src/HttpsClient.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/HttpsClient.cpp b/src/HttpsClient.cpp index 5b9215cab6..26f027870a 100644 --- a/src/HttpsClient.cpp +++ b/src/HttpsClient.cpp @@ -169,7 +169,6 @@ void HttpsClient::handleConnect(const boost::system::error_code& ecResult) { // std::cerr << "Connected." << std::endl; - mSocketSsl.lowest_layer().set_option(boost::asio::ip::tcp::no_delay(true)); mSocketSsl.set_verify_mode(boost::asio::ssl::verify_peer); // XXX Verify semantics of RFC 2818 are what we want.