awakesecurity / gRPC-haskell

Haskell gRPC support
https://hackage.haskell.org/package/grpc-haskell
Apache License 2.0
236 stars 74 forks source link

Plumb the `MaxMetadataSize` parameter through to the server #134

Closed ixmatus closed 2 years ago

ixmatus commented 2 years ago

This change plumbs the MaxMetadataSize parameter through to the gRPC server loop so that we can raise the ceiling on metadata size beyond the default of 4KiB.

ixmatus commented 2 years ago

I have a matching proto3-suite codegen change coming that will fix the build.