diff options
Diffstat (limited to 'cpp/src/qpid/broker/windows/SslProtocolFactory.cpp')
-rw-r--r-- | cpp/src/qpid/broker/windows/SslProtocolFactory.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/qpid/broker/windows/SslProtocolFactory.cpp b/cpp/src/qpid/broker/windows/SslProtocolFactory.cpp index 5b801aa69f..fb7c95bf89 100644 --- a/cpp/src/qpid/broker/windows/SslProtocolFactory.cpp +++ b/cpp/src/qpid/broker/windows/SslProtocolFactory.cpp @@ -245,7 +245,7 @@ void SslProtocolFactory::established(sys::Poller::shared_ptr poller, const qpid::sys::Socket& s, sys::ConnectionCodec::Factory* f, bool isClient) { - sys::AsynchIOHandler* async = new sys::AsynchIOHandler(s.getFullAddress(), f); + sys::AsynchIOHandler* async = new sys::AsynchIOHandler(s.getFullAddress(), f, false); if (tcpNoDelay) { s.setTcpNoDelay(); |