diff options
Diffstat (limited to 'cpp/src/qpid/sys/posix/AsynchIO.cpp')
| -rw-r--r-- | cpp/src/qpid/sys/posix/AsynchIO.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/qpid/sys/posix/AsynchIO.cpp b/cpp/src/qpid/sys/posix/AsynchIO.cpp index d432e29720..4600960c6d 100644 --- a/cpp/src/qpid/sys/posix/AsynchIO.cpp +++ b/cpp/src/qpid/sys/posix/AsynchIO.cpp @@ -197,7 +197,7 @@ void AsynchIO::readable(DispatchHandle& h) { return; } } else { - // Put buffer back + // Put buffer back (at front so it doesn't interfere with unread buffers) bufferQueue.push_front(buff); // Eof or other side has gone away |
