eclipse-vertx / vertx-grpc

Development of the gRPC component for Eclipse Vert.x
Eclipse Public License 2.0
42 stars 23 forks source link

Missing request/response header/trailer keys #54

Closed vietj closed 1 year ago

vietj commented 1 year ago

Headers/trailers are not always correctly handled. gRPC specific metadata keys (beginning with -grpc) are sometimes skipped and binary keys (ending with -bin) are not properly handled.