From ee691ff3fa0882ffa02117b5156f76e5af2ea9be Mon Sep 17 00:00:00 2001 From: Marc Laukien Date: Thu, 30 Jan 2003 16:17:35 +0000 Subject: compression cleanup --- cpp/src/Ice/OutgoingAsync.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'cpp/src/Ice/OutgoingAsync.cpp') diff --git a/cpp/src/Ice/OutgoingAsync.cpp b/cpp/src/Ice/OutgoingAsync.cpp index 601770612d1..e52b2ded9f0 100644 --- a/cpp/src/Ice/OutgoingAsync.cpp +++ b/cpp/src/Ice/OutgoingAsync.cpp @@ -48,7 +48,6 @@ IceInternal::OutgoingAsync::__setup(const ConnectionPtr& connection, const Refer const string& operation, OperationMode mode, const Context& context) { _connection = connection; - _compress = ref->compress; _instance = ref->instance; delete _is; delete _os; @@ -80,7 +79,7 @@ IceInternal::OutgoingAsync::__setup(const ConnectionPtr& connection, const Refer void IceInternal::OutgoingAsync::__invoke() { - _connection->sendAsyncRequest(this, _compress); + _connection->sendAsyncRequest(this); if(_connection->timeout() >= 0) { _absoluteTimeout = IceUtil::Time::now() + IceUtil::Time::milliSeconds(_connection->timeout()); -- cgit v1.2.3