Karl Wright created HTTPCLIENT-1360:
---------------------------------------

             Summary: 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


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]

Reply via email to