well-typed / grapesy

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

ConnectionErrorIsReceived ProtocolError 1 "Connection was reset" #86

Closed domenkozar closed 4 months ago

domenkozar commented 4 months ago

I'm getting this error back when calling the backend, investigating why it happens.

domenkozar commented 4 months ago

Sometimes I get (StreamErrorIsReceived ProtocolError 1).

- http2-5.1.1
- http2-tls-0.2.4
domenkozar commented 4 months ago

@edsko is there something else I can do to debug these?

domenkozar commented 4 months ago

Nevermind, it was a PEBKAC. I've forgotten to put in a leading / when specifying a path.