Search code examples
compressiongzipgsoap

How to enable GZIP with gSOAP?


I want to enable GZIP compression on my gSOAP client. How can I do it?


Solution

  • GZIP requires the Zlib library, compile sources with -DWITH_GZIP. It's in the manual. Where did you get stuck?