[ 
https://issues.apache.org/jira/browse/HTTPCLIENT-1390?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Oleg Kalnichevski resolved HTTPCLIENT-1390.
-------------------------------------------

       Resolution: Fixed
    Fix Version/s: 4.3 Final

This limitation should have already been fixed in 4.3. Give a snapshot off SVN 
trunk a try and re-open this issue if you think the problem has not been fully 
resolved.

Oleg
                
> It should be easy to use gzip compression
> -----------------------------------------
>
>                 Key: HTTPCLIENT-1390
>                 URL: https://issues.apache.org/jira/browse/HTTPCLIENT-1390
>             Project: HttpComponents HttpClient
>          Issue Type: Wish
>          Components: Fluent HC
>    Affects Versions: 4.2.5
>            Reporter: Jochen Kemnade
>             Fix For: 4.3 Final
>
>
> Currently, to use gzip compression, you have to manually set the 
> {{Accept-Encoding}} header on the {{Request}}, check for the 
> {{Content-Encoding}} header on the response and optionally use a 
> {{GZIPInputStream}} on {{asStream()}}.
> As this behavior is already implemented in {{DecompressingHttpClient}} (or 
> {{org.apache.http.client.protocol.RequestAcceptEncoding}} and 
> {{org.apache.http.client.protocol.ResponseContentEncoding}}), a 
> {{useCompression()}} method could be added to 
> {{org.apache.http.client.fluent.Request}} that wraps a 
> {{DecompressingHttpClient}} around {{Executor.CLIENT}} in the {{execute()}} 
> method.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to