You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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 thehttp.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.
The text was updated successfully, but these errors were encountered: