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

netty: Support pseudo headers in all GrpcHttp2RequestHeaders methods (1.44.x backport) #9008

Merged

Commits on Mar 22, 2022

  1. netty: Support pseudo headers in all GrpcHttp2RequestHeaders methods

    The previous code assumed that only gRPC would be using these methods.
    But twice now Netty has made a change (generally relating to security)
    that used a method for pseudo headers that previously wasn't supported.
    Let's stop the whack-a-mole and just implement them all.
    
    This restores compatibility with Netty 4.1.75.Final. Fixes grpc#8981
    ejona86 committed Mar 22, 2022
    Configuration menu
    Copy the full SHA
    b065719 View commit details
    Browse the repository at this point in the history