Java REST client, GZIP compressed request

Is sending GZIP compressed request supported in Java REST Client?

When I set header: HttpHeaders.CONTENT_ENCODING, "gzip" and compress input json by using GZIPOutputStream I get below message:

io.netty.handler.codec.compression.DecompressionException: Unsupported compression method 191 in the GZIP header

1 Like

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.