Skip to content

Gzip compression/inflation handling - #338

Open
spenserw wants to merge 4 commits into
opensearch-project:mainfrom
spenserw:spenserw/gzip-compression
Open

Gzip compression/inflation handling#338
spenserw wants to merge 4 commits into
opensearch-project:mainfrom
spenserw:spenserw/gzip-compression

Conversation

@spenserw

Copy link
Copy Markdown

Description

As described in the client initialization doc comments:

  1. Applies Gzip compression to requests when the compression flag is passed to the client
  2. Automatically inflates responses that have been Gzip encoded
  3. Correctly sets the default state of the compression option

Issues Resolved

Closes #337

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
For more information on following Developer Certificate of Origin and signing off your commits, please check here.

Signed-off-by: Spenser Williams <spenser@w2cs.com>
Signed-off-by: Spenser Williams <spenser@w2cs.com>
Signed-off-by: Spenser Williams <spenser@w2cs.com>
Signed-off-by: Spenser Williams <spenser@w2cs.com>
@spenserw
spenserw force-pushed the spenserw/gzip-compression branch from a3e7f04 to 45d6c31 Compare August 18, 2026 20:47
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.

[BUG] Request & response compression (Gzip) not behaving as advertised

2 participants