diff options
Diffstat (limited to 'cpp/src/qpid/sys/posix/AsynchIO.cpp')
| -rw-r--r-- | cpp/src/qpid/sys/posix/AsynchIO.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/cpp/src/qpid/sys/posix/AsynchIO.cpp b/cpp/src/qpid/sys/posix/AsynchIO.cpp index 3512363d46..ffb7c867e4 100644 --- a/cpp/src/qpid/sys/posix/AsynchIO.cpp +++ b/cpp/src/qpid/sys/posix/AsynchIO.cpp @@ -157,7 +157,8 @@ void AsynchIO::queueWrite(BufferBase* buff) { } void AsynchIO::queueWriteClose() { - queuedClose = true; + queuedClose = true; + DispatchHandle::rewatchWrite(); } /** Return a queued buffer if there are enough |
