Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[jetty-users] how to disable automatic gzip decompression in jetty client?

I am using  Jetty client  v9.1.0.v20131115 and noticed that HttpClient automatically de-compresses gzip content. How can I disable this? On a related note, I want to disable chunk encoding processing also and get access to raw bytes asynchronously 

Back to the top