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
To remove the usages of `ConnectionHandlerEvent::Close` from the relay-server, we unify what used to be called `CircuitFailedReason` and `FatalUpgradeError`. Whilst the errors may be fatal for the particular circuit, they are not necessarily fatal for the entire connection.
Related: #3591.
Resolves: #4716.
Pull-Request: #4718.
As part of #3591 we need to stop closing connections upon errors on individual streams.
The text was updated successfully, but these errors were encountered: