HttpClient GZIPContentDecoder should remove Content-Length and Content-Encoding: gzip #8926
Labels
Bug
For general bugs on Jetty side
Http Client
For issues encountered in Browser and Http Client implementations
Jetty version(s)
Jetty 10 / 11 / 12
Description
When the Jetty HttpClient's
GZIPContentDecoder
modifies the response and decodes a GZIP'd response automatically, it should remove the responseContent-Length
,Content-Encoding
, andTransfer-Encoding
response headers.The text was updated successfully, but these errors were encountered: