diff options
Diffstat (limited to '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 b2c50facd7..d432e29720 100644 --- a/cpp/src/qpid/sys/posix/AsynchIO.cpp +++ b/cpp/src/qpid/sys/posix/AsynchIO.cpp @@ -198,7 +198,7 @@ void AsynchIO::readable(DispatchHandle& h) { } } else { // Put buffer back - bufferQueue.push_back(buff); + bufferQueue.push_front(buff); // Eof or other side has gone away if (rc == 0 || errno == ECONNRESET) { |
