diff options
Diffstat (limited to 'cpp/src/qpid/sys/SslPlugin.cpp')
-rw-r--r-- | cpp/src/qpid/sys/SslPlugin.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/qpid/sys/SslPlugin.cpp b/cpp/src/qpid/sys/SslPlugin.cpp index 1cebadeab3..77cda40056 100644 --- a/cpp/src/qpid/sys/SslPlugin.cpp +++ b/cpp/src/qpid/sys/SslPlugin.cpp @@ -236,7 +236,7 @@ void SslMuxProtocolFactory::established(Poller::shared_ptr poller, const Socket& return; } - AsynchIOHandler* async = new AsynchIOHandler(s.getFullAddress(), f); + AsynchIOHandler* async = new AsynchIOHandler(s.getFullAddress(), f, false); if (tcpNoDelay) { s.setTcpNoDelay(); |