summaryrefslogtreecommitdiff
path: root/cpp
diff options
context:
space:
mode:
authorGordon Sim <gsim@apache.org>2007-11-05 10:36:05 +0000
committerGordon Sim <gsim@apache.org>2007-11-05 10:36:05 +0000
commit099399dc74fca798229976b67235ed83a6bb8718 (patch)
treee5cd46999a0e7b180d1a59d024eeaee9eb3a91a6 /cpp
parent439cee3d2b28dd20a531887ffee596537066696b (diff)
downloadqpid-python-099399dc74fca798229976b67235ed83a6bb8718.tar.gz
Modified comment for last change to explain the reasoning
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@591951 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp')
-rw-r--r--cpp/src/qpid/sys/posix/AsynchIO.cpp2
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