Skip to content

fix: support gzip-encoded responses from the server#185

Merged
ecordell merged 1 commit intomainfrom
gz-support
Mar 4, 2026
Merged

fix: support gzip-encoded responses from the server#185
ecordell merged 1 commit intomainfrom
gz-support

Conversation

@ecordell
Copy link
Collaborator

@ecordell ecordell commented Mar 4, 2026

Supports gzip encoding by delegating decompression to the underlying transport. There are two places we need to do this: in the write activity (which may get a compressed response in answer to a write) and in the reverse proxy director (which may read a compressed response)

@github-actions github-actions bot added area/tooling Affects the dev or user toolchain area/core labels Mar 4, 2026
@codecov-commenter
Copy link

codecov-commenter commented Mar 4, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 69.34%. Comparing base (067637c) to head (6abdf74).

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #185      +/-   ##
==========================================
+ Coverage   69.30%   69.34%   +0.03%     
==========================================
  Files          27       27              
  Lines        2864     2867       +3     
==========================================
+ Hits         1985     1988       +3     
  Misses        623      623              
  Partials      256      256              

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@ecordell ecordell marked this pull request as ready for review March 4, 2026 16:51
Copy link
Contributor

@tstirrat15 tstirrat15 left a comment

Choose a reason for hiding this comment

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

LGTM

@ecordell ecordell merged commit c1f453f into main Mar 4, 2026
7 checks passed
@github-actions github-actions bot locked and limited conversation to collaborators Mar 4, 2026
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

area/core area/tooling Affects the dev or user toolchain

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants