From 099399dc74fca798229976b67235ed83a6bb8718 Mon Sep 17 00:00:00 2001 From: Gordon Sim Date: Mon, 5 Nov 2007 10:36:05 +0000 Subject: 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 --- cpp/src/qpid/sys/posix/AsynchIO.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cpp/src') 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 -- cgit v1.2.1