Skip to content

Commit 448a57a

Browse files
committed
Concerns!
1 parent 9c3695e commit 448a57a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

upstairs/src/client.rs

+2
Original file line numberDiff line numberDiff line change
@@ -567,6 +567,8 @@ impl DownstairsClient {
567567
DsState::Stopping(ClientStopReason::NegotiationFailed(..))
568568
| DsState::Stopping(ClientStopReason::Disabled)
569569
| DsState::Stopping(ClientStopReason::Deactivated) => {
570+
// XXX NegotiationFailed could also be hit during reconnection,
571+
// in which case we shouldn't use `ConnectionMode::New` (?)
570572
ConnectionMode::New
571573
}
572574

0 commit comments

Comments
 (0)