stepancheg / grpc-rust

Rust implementation of gRPC
MIT License
1.37k stars 124 forks source link

Add the 'te' header to the GRPC requests #106

Closed severin-lemaignan closed 6 years ago

severin-lemaignan commented 6 years ago

As defined here: https://github.com/grpc/grpc/blob/master/doc/PROTOCOL-HTTP2.md#requests

This seems to be needed by the Python GRPC impl (at least).

Fix #105

stepancheg commented 6 years ago

Thank you!