[
https://issues.apache.org/jira/browse/HTTPCLIENT-1360?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13669179#comment-13669179
]
Oleg Kalnichevski commented on HTTPCLIENT-1360:
-----------------------------------------------
Looks good to me. Actually, unless you are making considerable APIs changes the
'commit-then-review' policy should apply.
Oleg
> Expose DeflateInputStream as an independent class
> -------------------------------------------------
>
> Key: HTTPCLIENT-1360
> URL: https://issues.apache.org/jira/browse/HTTPCLIENT-1360
> Project: HttpComponents HttpClient
> Issue Type: Improvement
> Components: HttpClient
> Affects Versions: 4.2.5
> Reporter: Karl Wright
> Assignee: Karl Wright
> Attachments: HTTPCLIENT-1360.patch
>
>
> The DeflateDecompressingEntity class performs a fairly involved bit of logic
> to decide how to decompress deflated data. It would be great if this logic
> were wrapped up as an InputStream wrapper (implementing InputStream, of
> course), so that it could be used by logic that cannot use an entity override
> for this purpose.
> (The specific case is that ManifoldCF needs to perform throttling *before*
> deflation/decompression, so it can't use the off-the-shelf entities provided
> for this purpose.)
--
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]