We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9c3695e commit 448a57aCopy full SHA for 448a57a
upstairs/src/client.rs
@@ -567,6 +567,8 @@ impl DownstairsClient {
567
DsState::Stopping(ClientStopReason::NegotiationFailed(..))
568
| DsState::Stopping(ClientStopReason::Disabled)
569
| DsState::Stopping(ClientStopReason::Deactivated) => {
570
+ // XXX NegotiationFailed could also be hit during reconnection,
571
+ // in which case we shouldn't use `ConnectionMode::New` (?)
572
ConnectionMode::New
573
}
574
0 commit comments