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/Outgoing.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'cpp/src/Ice/Outgoing.cpp') diff --git a/cpp/src/Ice/Outgoing.cpp b/cpp/src/Ice/Outgoing.cpp index a9725607a0c..95b32218e70 100644 --- a/cpp/src/Ice/Outgoing.cpp +++ b/cpp/src/Ice/Outgoing.cpp @@ -108,7 +108,7 @@ IceInternal::Outgoing::invoke() { IceUtil::Monitor::Lock sync(*this); - _connection->sendRequest(this, false, _reference->compress); + _connection->sendRequest(this, false); _state = StateInProgress; Int timeout = _connection->timeout(); @@ -175,7 +175,7 @@ IceInternal::Outgoing::invoke() case Reference::ModeOneway: case Reference::ModeDatagram: { - _connection->sendRequest(this, true, _reference->compress); + _connection->sendRequest(this, true); _state = StateInProgress; break; } -- cgit v1.2.3