Remove no_delay from HttpsClient.

This commit is contained in:
Arthur Britto
2012-06-18 14:28:46 -07:00
parent 3ac56f3b57
commit aa2834a5ce

View File

@@ -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.