You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by gs...@apache.org on 2007/11/05 11:36:05 UTC

svn commit: r591951 - /incubator/qpid/trunk/qpid/cpp/src/qpid/sys/posix/AsynchIO.cpp

Author: gsim
Date: Mon Nov  5 02:36:05 2007
New Revision: 591951

URL: http://svn.apache.org/viewvc?rev=591951&view=rev
Log:
Modified comment for last change to explain the reasoning


Modified:
    incubator/qpid/trunk/qpid/cpp/src/qpid/sys/posix/AsynchIO.cpp

Modified: incubator/qpid/trunk/qpid/cpp/src/qpid/sys/posix/AsynchIO.cpp
URL: http://svn.apache.org/viewvc/incubator/qpid/trunk/qpid/cpp/src/qpid/sys/posix/AsynchIO.cpp?rev=591951&r1=591950&r2=591951&view=diff
==============================================================================
--- incubator/qpid/trunk/qpid/cpp/src/qpid/sys/posix/AsynchIO.cpp (original)
+++ incubator/qpid/trunk/qpid/cpp/src/qpid/sys/posix/AsynchIO.cpp Mon Nov  5 02:36:05 2007
@@ -197,7 +197,7 @@
                     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