Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

About: feat: Add auto_encoding and improve send_compressed behavior #2083

Open
m62624 opened this issue Dec 2, 2024 · 0 comments
Open

About: feat: Add auto_encoding and improve send_compressed behavior #2083

m62624 opened this issue Dec 2, 2024 · 0 comments

Comments

@m62624
Copy link

m62624 commented Dec 2, 2024

Reminder for PR #2058

When using send_compressed, the server sends compressed data even if the compression format isn't supported by both the client and the server. The server should only use supported formats or send uncompressed data.

Changes
Refactored logic to ensure the server only uses compatible compression formats.
Added auto_encoding to automatically select the correct format.

This aligns with expected gRPC behavior.

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

No branches or pull requests

1 participant