hyperium / tonic

A native gRPC client & server implementation with async/await support.
https://docs.rs/tonic
MIT License
9.32k stars 954 forks source link

Add a `GRPC_CONTENT_TYPE` for "application/grpc". #1733

Closed ikrivosheev closed 2 weeks ago

ikrivosheev commented 2 weeks ago

This is continue for: https://github.com/hyperium/tonic/pull/1648

djc commented 2 weeks ago

Has some failures in CI which will need to be addressed.

ikrivosheev commented 2 weeks ago

@djc it's strange but I cannot reproduce it local...

djc commented 2 weeks ago

@djc it's strange but I cannot reproduce it local...

Run cargo update.

ikrivosheev commented 2 weeks ago

@djc thanks, fixed.

djc commented 2 weeks ago

Thanks!