nameko / nameko-grpc

GRPC Extensions for Nameko
Apache License 2.0
59 stars 12 forks source link

fixed compression with no acceptable encoding #27

Closed frepond closed 3 years ago

frepond commented 5 years ago

Hi, I'm having problems using a grpc gateway (https://github.com/grpc-ecosystem/grpc-gateway). Apparently this header request_stream.headers.get("grpc-encoding") is empty and this make the nameko service crash.

mattbennett commented 3 years ago

Included in #44. Thanks @frepond!