Skip to content

Conversation

@arturobernalg
Copy link
Member

Adds InflatingGzipDataConsumer, DeflatingGzipEntityProducer and example/tests so the async client automatically advertises gzip, inflates gzip/ responses on the fly and streams request bodies through gzip when wrapped. No buffering, CRC + ISIZE trailer written little-endian,

@arturobernalg arturobernalg requested a review from ok2c August 5, 2025 18:13

@Override
public boolean isRepeatable() {
return false;
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@arturobernalg GZIP coding should be repeatable, if the underlying entity itself is repeatable, should it not?
delegate.isRepeatable

@arturobernalg arturobernalg force-pushed the transparent-async-gzip branch from 97788e5 to c01ee0b Compare August 7, 2025 14:16
@arturobernalg arturobernalg merged commit 1bfeaaf into apache:master Aug 7, 2025
10 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants