* 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>