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

grpc: skip compression of empty messages #6842

Merged
merged 1 commit into from Jan 9, 2024

Commits on Dec 9, 2023

  1. Don't compress empty messages

    Fixes grpc#6831.
    
    This avoids compressing messages that are empty, since you can't compress zero
    bytes to anything smaller than zero bytes, and most compression algorithms
    output headers and trailers which means the resulting message will be non-zero
    bytes.
    jroper committed Dec 9, 2023
    Configuration menu
    Copy the full SHA
    1591994 View commit details
    Browse the repository at this point in the history