Archived

This forum has been archived. Please start a new discussion on GitHub.

Patch #3 for Ice 3.3.0 (C++): compression setting not always honored

benoit
benoit Rennes, France
Hi,

Ice for C++ might not always honor the compression setting for the first invocation on a proxy. This is an issue in particular for C++ clients communicating with Ice servers that do not support compression. The patch below fixes this problem, to apply the patch:
$ cd Ice-3.3.0
$ patch -p1 < patch.txt

Cheers,
Benoit.