Skip to content

v0.1.8

  • v0.1.8
  • 17ec835
  • Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
  • Choose a tag to compare

  • v0.1.8
  • 17ec835
  • Choose a tag to compare

  • Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
@bouk bouk tagged this 09 Sep 10:05
* Skip compression for native gRPC responses

The docs already state that application/grpc is not compressed, only
application/grpc-web. The code compressed both. Native gRPC clients do not
decode HTTP Content-Encoding, and a grpc-web proxy that forwards a browser's
Accept-Encoding to a native gRPC upstream then re-frames a gzip body with
the trailers appended after it, which the browser cannot inflate.

Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01HBzZZEFw6Ha7Cxm8ZWfdP5

* Point the repository link at rust-compression

Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01HBzZZEFw6Ha7Cxm8ZWfdP5

* Bump version to 0.1.8

Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01HBzZZEFw6Ha7Cxm8ZWfdP5

---------

Co-authored-by: Claude Fable 5.1 <noreply@anthropic.com>
Assets 2
Loading