well-typed / grapesy

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

Test with intermediate proxy #116

Open edsko opened 2 months ago

edsko commented 2 months ago

I've seen various reports (such as https://nuvalence.io/insights/lessons-learned-investigating-goaways-in-grpc-apis/) of people having trouble with gRPC versus proxies. We should test with these.

Marked as low priority because the client has been doing quite a bit of testing with proxies already.

Somewhat related: #114 .