well-typed / grapesy

Native Haskell gRPC client and server based on `http2`
Other
31 stars 4 forks source link

Support true binary metadata (`GRPC_ALLOW_TRUE_BINARY_METADATA`) #74

Open edsko opened 4 months ago

edsko commented 4 months ago

References:

The C++ reference implementation in the gRPC interop tests enables this in the initial HTTP2 SETTINGS frame (Wireshark shows this as Unknown (65027) : 1; 65027 == 0xFE03). I'm not yet sure if this is causing problems for the test suite.