arturobernalg commented on PR #737: URL: https://github.com/apache/httpcomponents-client/pull/737#issuecomment-3394762175
> @arturobernalg OK. As a first step please do the following. Make `CommonsCompressingEntity` work the same way as `DecompressingEntity` and take `IOFunction<OutputStream, OutputStream>` encoder as an injectable dependency. Extract reflective code from `CompressingEntity` to `CommonsCompressDecoderFactory`. Rename `CommonsCompressingEntity` to `CompressingEntity`. Rename `CommonsCompressDecoderFactory` to `CommonsCompressCodecFactory`. @ok2c I just Replaced Commons Compress with brotli4j for both encode and decode in the async round-trip example. Please let me now if is what you was thinking -- 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]
