diff options
author | Benoit Foucher <benoit@zeroc.com> | 2012-05-02 14:23:15 +0200 |
---|---|---|
committer | Benoit Foucher <benoit@zeroc.com> | 2012-05-02 14:23:15 +0200 |
commit | dcfdcd3e1c6b963da2448889cd24469db6dffe20 (patch) | |
tree | e55333985a3d3554218034b9b70be4fe9f09fc80 /cpp/src/Ice/Incoming.cpp | |
parent | Python port, added tests to Ice/info (diff) | |
download | ice-dcfdcd3e1c6b963da2448889cd24469db6dffe20.tar.bz2 ice-dcfdcd3e1c6b963da2448889cd24469db6dffe20.tar.xz ice-dcfdcd3e1c6b963da2448889cd24469db6dffe20.zip |
Fixed ICE-4709, batch requests and UnmarshalOutOfBoundsException
Diffstat (limited to 'cpp/src/Ice/Incoming.cpp')
-rw-r--r-- | cpp/src/Ice/Incoming.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/Ice/Incoming.cpp b/cpp/src/Ice/Incoming.cpp index cf09b21c8f6..4d95113c5f7 100644 --- a/cpp/src/Ice/Incoming.cpp +++ b/cpp/src/Ice/Incoming.cpp @@ -564,7 +564,7 @@ IceInternal::Incoming::invoke(const ServantManagerPtr& servantManager, BasicStre catch(const UserException& ex) { Ice::EncodingVersion encoding = _is->skipEncaps(); // Required for batch requests. - + if(_response) { _os.write(replyUserException); |