[ 
https://issues.apache.org/jira/browse/HTTPCLIENT-816?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12669476#action_12669476
 ] 

Oleg Kalnichevski commented on HTTPCLIENT-816:
----------------------------------------------

HttpClient is _not_ a browser. It is an HTTP transport library.

It is irrelevant what present generation of browsers can or cannot do. We 
should either provide a reasonably complete support for content encodings as 
defined in RFC2616, or leave GZip compression as an option available from the 
'contrib' package.

Oleg

> HttClient should support Accept-Encoding: gzip out of the box
> -------------------------------------------------------------
>
>                 Key: HTTPCLIENT-816
>                 URL: https://issues.apache.org/jira/browse/HTTPCLIENT-816
>             Project: HttpComponents HttpClient
>          Issue Type: New Feature
>          Components: HttpClient
>    Affects Versions: 3.1.1
>         Environment: Any
>            Reporter: James Abley
>            Priority: Minor
>         Attachments: accept-encoding.patch
>
>   Original Estimate: 1h
>  Remaining Estimate: 1h
>
> I think HttpClient really ought to support Accept-Encoding: gzip without 
> requiring any effort from the client developer. Allowing Content-Encoding: 
> gzip responses can be a great bandwidth saver.
> But it also needs to cater for developers that have coded their own solution 
> to this issue.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


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

Reply via email to