summaryrefslogtreecommitdiff
path: root/cpp/src/Ice/IncomingAsync.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/src/Ice/IncomingAsync.cpp')
-rw-r--r--cpp/src/Ice/IncomingAsync.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/cpp/src/Ice/IncomingAsync.cpp b/cpp/src/Ice/IncomingAsync.cpp
index e9f8c628e00..30fd7de967d 100644
--- a/cpp/src/Ice/IncomingAsync.cpp
+++ b/cpp/src/Ice/IncomingAsync.cpp
@@ -200,6 +200,7 @@ IceInternal::IncomingAsync::__response()
if(_response)
{
+ _observer.reply(_os.b.size() - headerSize - 4);
_connection->sendResponse(&_os, _compress);
}
else