connectrpc.com
connectrpc.com copied to clipboard
Docs: update stream error FAQ
Hi! I encountered an error on a server stream call that is not well documented. The full discussion is here: https://github.com/connectrpc/connect-go/discussions/757
To summarize, the WriteTimeout on the http.Server caused me this error after the timeout: invalid_argument: protocol error: incomplete envelope: unexpected.
Should we update the documentation here to mention that?
Thanks.
Or may connect-go be fixed to return a more appropriate error? In this case, should I open a PR in the connect-go repository?