Hi!
I encountered an error on a server stream call that is not well documented. The full discussion is here: connectrpc/connect-go#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.
Hi!
I encountered an error on a server stream call that is not well documented. The full discussion is here: connectrpc/connect-go#757
To summarize, the
WriteTimeouton thehttp.Servercaused me this error after the timeout:invalid_argument: protocol error: incomplete envelope: unexpected.Should we update the documentation here to mention that?
Thanks.