summaryrefslogtreecommitdiff
path: root/qpid/cpp/src
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
commit96baebc696cc5504e629dfcb5874b48c7dccb51c (patch)
treee6a04fda7a3acbe14ac7e28685e87ac87ffdfb75 /qpid/cpp/src
parenta0cc5a86baf8f71a05f8f8b07b897253132dd25f (diff)
downloadqpid-python-96baebc696cc5504e629dfcb5874b48c7dccb51c.tar.gz
Modified comment for last change to explain the reasoning
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@591951 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp/src')
-rw-r--r--qpid/cpp/src/qpid/sys/posix/AsynchIO.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/qpid/cpp/src/qpid/sys/posix/AsynchIO.cpp b/qpid/cpp/src/qpid/sys/posix/AsynchIO.cpp
index d432e29720..4600960c6d 100644
--- a/qpid/cpp/src/qpid/sys/posix/AsynchIO.cpp
+++ b/qpid/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