You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by pm...@apache.org on 2014/09/22 17:30:44 UTC

svn commit: r1626808 - /qpid/trunk/qpid/cpp/src/qpid/broker/amqp/Incoming.cpp

Author: pmoravec
Date: Mon Sep 22 15:30:44 2014
New Revision: 1626808

URL: http://svn.apache.org/r1626808
Log:
QPID-6112: Incoming QMF objects dont update transfers counter

Modified:
    qpid/trunk/qpid/cpp/src/qpid/broker/amqp/Incoming.cpp

Modified: qpid/trunk/qpid/cpp/src/qpid/broker/amqp/Incoming.cpp
URL: http://svn.apache.org/viewvc/qpid/trunk/qpid/cpp/src/qpid/broker/amqp/Incoming.cpp?rev=1626808&r1=1626807&r2=1626808&view=diff
==============================================================================
--- qpid/trunk/qpid/cpp/src/qpid/broker/amqp/Incoming.cpp (original)
+++ qpid/trunk/qpid/cpp/src/qpid/broker/amqp/Incoming.cpp Mon Sep 22 15:30:44 2014
@@ -126,6 +126,7 @@ void DecodingIncoming::readable(pn_deliv
         QPID_LOG(debug, "Message incomplete: received " << pending << " bytes, now have " << received->getSize());
         partial = received;
     } else {
+	incomingMessageReceived();
         if (offset) {
             QPID_LOG(debug, "Message complete: received " << pending << " bytes, " << received->getSize() << " in total");
         } else {



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@qpid.apache.org
For additional commands, e-mail: commits-help@qpid.apache.org