fn note_request_outcome<R: Runtime>(
circmgr: &CircMgr<R>,
outcome: &Result<DirResponse>,
)
Expand description
If there were errors from a peer in outcome
, record those errors by
marking the circuit (if any) as needing retirement, and noting the peer
(if any) as having failed.