-
Notifications
You must be signed in to change notification settings - Fork 214
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
proxy pass header metadata #14
Comments
Sorry, I don't understand. Do toy mean: if a client request carries metadata, the grpc-proxy doesn't pass it to the backend? That's weird because there's a test for that: |
This seems to have been caused by a change in grpc-go: grpc/grpc-go@0c1d39d This fixes mwitkow#14
this case by gRPC new version which make metadata to Income-metadata and Outcome-metadata, so that the grpc-proxy doesn't pass it to the backend, i have fix in my brench. by add this code.
|
@mwitkow @chensunny thanks。 |
It seems this was fixed in last commit, but issue was not closed. |
hi,
Metadata can't pass client to server by grpc-proxy, what can I do to pass metadata , thanks a lot
The text was updated successfully, but these errors were encountered: