diff options
| author | Pavel Moravec <pmoravec@apache.org> | 2014-09-22 15:30:44 +0000 |
|---|---|---|
| committer | Pavel Moravec <pmoravec@apache.org> | 2014-09-22 15:30:44 +0000 |
| commit | dfc349ceae763021faaf384014423515b14ff2fb (patch) | |
| tree | 8e19a15ddba4af3e6117a3ac65258cbf2affeb9f /qpid/cpp/src | |
| parent | dbed0ba002fc8fe680659063dada09b171b3168b (diff) | |
| download | qpid-python-dfc349ceae763021faaf384014423515b14ff2fb.tar.gz | |
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
Diffstat (limited to 'qpid/cpp/src')
| -rw-r--r-- | qpid/cpp/src/qpid/broker/amqp/Incoming.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
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 { |
