Skip to content

fix: restore gzip middleware body passthrough on Zig runtime#111

Merged
justrach merged 1 commit intomainfrom
fix/96-gzip-current-main
Mar 31, 2026
Merged

fix: restore gzip middleware body passthrough on Zig runtime#111
justrach merged 1 commit intomainfrom
fix/96-gzip-current-main

Conversation

@justrach
Copy link
Copy Markdown
Owner

Summary

Verification

python zig/build_turbonet.py --install
uv run --python 3.14t --extra dev --with requests python -m pytest \
  tests/test_verified_audit_items.py::test_verified_gzip_passthrough_round_trip \
  tests/test_middleware_compat.py::test_gzip_middleware_compat \
  tests/test_middleware_compat.py::test_gzip_body_is_actually_compressed \
  -p no:anchorpy -q

Result: 1 passed, 2 xpassed

Scope

  • no redis-related changes
  • no version/release metadata changes
  • narrow follow-up to the partially merged #110 work

@justrach justrach merged commit 2027c32 into main Mar 31, 2026
7 checks passed
@justrach justrach deleted the fix/96-gzip-current-main branch April 14, 2026 01:42
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.

compat: gzip middleware on Zig runtime drops Content-Encoding on compressed responses

1 participant