ok2c commented on PR #720:
URL: 
https://github.com/apache/httpcomponents-client/pull/720#issuecomment-3281981896

   > > 
   > 
   > @garydgregory Gary — we can’t use Apache Commons Compress for the async 
path because its API is built around blocking InputStream/OutputStream.
   
   @arturobernalg Here's the thing. If you happen to have some time for 
open-source development, just as an idea, consider contributing async friendly 
APIs to Commons Compress, which HttpClient could consume the same way it 
consumes the existing one based on `InputStream` / `OutputStream` model for its 
classic transport.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


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

Reply via email to