diff options
| author | Gordon Sim <gsim@apache.org> | 2013-08-20 17:54:31 +0000 |
|---|---|---|
| committer | Gordon Sim <gsim@apache.org> | 2013-08-20 17:54:31 +0000 |
| commit | f0754f9b6960437ba79a95bebbbb82789d8f7e07 (patch) | |
| tree | 0dce8cbbcb20f32d58d044bd272c514bc255b8da /cpp/src/qpid | |
| parent | ab2fe270cfc4643ef7bbedd964f343f3c5d88f29 (diff) | |
| download | qpid-python-f0754f9b6960437ba79a95bebbbb82789d8f7e07.tar.gz | |
QPID-5086: send completions when restarting after stop, in order to move window forward
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1515901 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/src/qpid')
| -rw-r--r-- | cpp/src/qpid/client/amqp0_10/ReceiverImpl.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cpp/src/qpid/client/amqp0_10/ReceiverImpl.cpp b/cpp/src/qpid/client/amqp0_10/ReceiverImpl.cpp index c3c8b83dc5..27fbe41e34 100644 --- a/cpp/src/qpid/client/amqp0_10/ReceiverImpl.cpp +++ b/cpp/src/qpid/client/amqp0_10/ReceiverImpl.cpp @@ -84,6 +84,7 @@ void ReceiverImpl::start() if (state == STOPPED) { state = STARTED; startFlow(l); + session.sendCompletion(); } } |
