From c95b2615abf0883f7d92aad73138a4dda14e1311 Mon Sep 17 00:00:00 2001 From: Gordon Sim Date: Thu, 27 May 2010 18:09:13 +0000 Subject: QPID-2631: For blocking Bounds::expand() calls, only increase the current count when there is space. In SessionImpl::send() expand bounds before queueing frame. Expand bounds for all frames sent (including connection frames and cluster specific frames). git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@948936 13f79535-47bb-0310-9956-ffa450edef68 --- cpp/src/qpid/client/ConnectionImpl.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cpp/src/qpid/client/ConnectionImpl.cpp') diff --git a/cpp/src/qpid/client/ConnectionImpl.cpp b/cpp/src/qpid/client/ConnectionImpl.cpp index d5fe7489d3..99f4411977 100644 --- a/cpp/src/qpid/client/ConnectionImpl.cpp +++ b/cpp/src/qpid/client/ConnectionImpl.cpp @@ -182,7 +182,7 @@ boost::shared_ptr ConnectionImpl::create(framing::ProtocolVersio ConnectionImpl::ConnectionImpl(framing::ProtocolVersion v, const ConnectionSettings& settings) : Bounds(settings.maxFrameSize * settings.bounds), - handler(settings, v), + handler(settings, v, *this), version(v), nextChannel(1), shutdownComplete(false), -- cgit v1.2.1