tor-hsclient: Return the circuit

This commit is contained in:
Ian Jackson 2023-06-13 15:14:48 +01:00
parent 57ba35dfe0
commit e123ade035
1 changed files with 1 additions and 4 deletions

View File

@ -981,10 +981,7 @@ impl<'c, R: Runtime, M: MocksForConnect<R>> Context<'c, R, M> {
"actually this is probably a 'circuit closed' error" // TODO HS
))?;
// TODO HS: Now we can return the rend_circ circuit to the calling code,
// which can start using it! Isn't that great? we're done!
todo!() // HS implement
Ok(rendezvous.rend_circ)
}
}