diff options
Diffstat (limited to 'cpp/src/qpid/client/ExecutionHandler.h')
-rw-r--r-- | cpp/src/qpid/client/ExecutionHandler.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/qpid/client/ExecutionHandler.h b/cpp/src/qpid/client/ExecutionHandler.h index 6286ccd591..5e3e75b801 100644 --- a/cpp/src/qpid/client/ExecutionHandler.h +++ b/cpp/src/qpid/client/ExecutionHandler.h @@ -72,7 +72,7 @@ public: // Allow other classes to set the out handler. framing::FrameHandler::Chain out; - ExecutionHandler(uint64_t maxFrameSize = 65536); + ExecutionHandler(uint64_t maxFrameSize = 65535); // Incoming handler. void handle(framing::AMQFrame& frame); |