From dfc349ceae763021faaf384014423515b14ff2fb Mon Sep 17 00:00:00 2001 From: Pavel Moravec Date: Mon, 22 Sep 2014 15:30:44 +0000 Subject: QPID-6112: Incoming QMF objects dont update transfers counter git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1626808 13f79535-47bb-0310-9956-ffa450edef68 --- qpid/cpp/src/qpid/broker/amqp/Incoming.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'qpid/cpp/src') diff --git a/qpid/cpp/src/qpid/broker/amqp/Incoming.cpp b/qpid/cpp/src/qpid/broker/amqp/Incoming.cpp index 01462f632a..634ae79be1 100644 --- a/qpid/cpp/src/qpid/broker/amqp/Incoming.cpp +++ b/qpid/cpp/src/qpid/broker/amqp/Incoming.cpp @@ -126,6 +126,7 @@ void DecodingIncoming::readable(pn_delivery_t* delivery) 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 { -- cgit v1.2.1