Charles François Rey wrote:
Hi,
I receive gzip-compressed content from a server, and I handle it as
suggested in the ClientGZipContentCompression.java example, i.e. via
request and response interceptors. This is all working fine.
But when using HttpEntity.writeTo(OutputStream) to do somethin
Hi,
I receive gzip-compressed content from a server, and I handle it as
suggested in the ClientGZipContentCompression.java example, i.e. via
request and response interceptors. This is all working fine.
But when using HttpEntity.writeTo(OutputStream) to do something with
the content, what