tor-hsclient: err: Reword comments about error

This commit is contained in:
Ian Jackson 2023-06-29 13:56:12 +01:00
parent 8f1a71850c
commit bfad582d1e
1 changed files with 1 additions and 1 deletions

View File

@ -321,9 +321,9 @@ impl HasRetryTime for FailedAttemptError {
FAE::RendezvousEstablishTimeout { .. }
| FAE::RendezvousCompletionTimeout { .. }
| FAE::IntroductionTimeout { .. } => RT::AfterWaiting,
// Other cases where we define the ErrorKind ourselves
// If service didn't cause this, it was the RPT, so prefer to try another RPT
FAE::RendezvousCompletionHandshake { error: _e, .. } => RT::Never,
// Bespoke
FAE::Bug(_) => RT::Never,
}
}