Lines
0 %
Functions
Branches
100 %
//! Exit streams
use tor_proto::stream::IncomingStream;
/// Handle an incoming exit stream
#[allow(clippy::unused_async)] // TODO(relay)
pub(super) async fn handle_begin(_incoming: IncomingStream) -> anyhow::Result<()> {
todo!()
}