@@ -584,7 +584,6 @@ impl<R, S> AuthenticatedHandler<R, S> {
|
||||
/// Simultaneously listens for incoming client requests, which realistically should only be
|
||||
/// binary requests to forward sphinx packets or increase bandwidth
|
||||
/// and for sphinx packets received from the mix network that should be sent back to the client.
|
||||
#[instrument(level = "debug", skip_all)]
|
||||
pub(crate) async fn listen_for_requests(mut self, mut shutdown: TaskClient)
|
||||
where
|
||||
R: Rng + CryptoRng,
|
||||
|
||||
@@ -1005,7 +1005,6 @@ impl<R, S> FreshHandler<R, S> {
|
||||
Ok(Some(client_details))
|
||||
}
|
||||
|
||||
#[instrument(skip_all)]
|
||||
pub(crate) async fn handle_until_authenticated_or_failure(
|
||||
mut self,
|
||||
shutdown: &mut TaskClient,
|
||||
@@ -1067,7 +1066,6 @@ impl<R, S> FreshHandler<R, S> {
|
||||
None
|
||||
}
|
||||
|
||||
#[instrument(skip_all)]
|
||||
pub(crate) async fn wait_for_initial_message(
|
||||
&mut self,
|
||||
) -> Result<ClientControlRequest, InitialAuthenticationError>
|
||||
|
||||
Reference in New Issue
Block a user