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
This commit itself does not break anything, but is
added to force a release flow for previous commits
update quinn to 0.9
api: Currently when an error occurs upon trying to read from a stream,
we swallow some of the errors assuming them benign, as if the connection
was just nicely closed. It'll be better to report the error upwards so
the caller/user of this lib can be aware of it since it knows much better
the context where it's happening to make any decision.