summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPavel Moravec <pmoravec@apache.org>2014-09-22 15:30:44 +0000
committerPavel Moravec <pmoravec@apache.org>2014-09-22 15:30:44 +0000
commitcb826116478476562abfad7509598b194d403fb0 (patch)
treed5ea260cdea93df68974dd2ca1782d3446a224a9
parentd68ccc5563408073ded0f6b6ec2f34c684ff3a5d (diff)
downloadqpid-python-cb826116478476562abfad7509598b194d403fb0.tar.gz
QPID-6112: Incoming QMF objects dont update transfers counter
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1626808 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--cpp/src/qpid/broker/amqp/Incoming.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/cpp/src/qpid/broker/amqp/Incoming.cpp b/cpp/src/qpid/broker/amqp/Incoming.cpp
index 01462f632a..634ae79be1 100644
--- a/cpp/src/qpid/broker/amqp/Incoming.cpp
+++ b/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 {