As of #35225, JdkClientHttpRequestFactory
supports decompressing HTTP responses.
While it decompresses the HTTP response body, the client does not remove response headers that no longer make sense after decompression: Content-Length
and Content-Encoding
.
We should remove those when body is decompressed.