different headers in micro grpc vs native grpc client #69
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
mostly difference in request uri - method must be the same as drpc
https://github.com/grpc/grpc/blob/master/doc/PROTOCOL-HTTP2.md#requests
must handle timeout header in both formats - micro with plain time.Duration and grpc with strings time.Duration with upper/lower char
close for now