Skip to content

Commit

Permalink
more changes
Browse files Browse the repository at this point in the history
  • Loading branch information
nullchinchilla committed Mar 15, 2024
1 parent ea05be3 commit 47f71cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion binaries/geph5-broker/src/routes.rs
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ pub async fn bridge_to_leaf_route(
)
.timeout(Duration::from_secs(5))
.await
.context("timeout ")??;
.context("timeout")??;
anyhow::Ok(RouteDescriptor::Sosistab3 {
cookie,
lower: RouteDescriptor::Tcp(forwarded_listen).into(),
Expand Down

0 comments on commit 47f71cf

Please sign in to comment.