Skip to content

Commit

Permalink
pause
Browse files Browse the repository at this point in the history
  • Loading branch information
anonkey committed Dec 30, 2024
1 parent 9997082 commit c79f4be
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/src/socket.rs
Original file line number Diff line number Diff line change
Expand Up @@ -472,6 +472,7 @@ impl SocketHandler for FrontRustls {
}

pub fn server_bind(addr: SocketAddr) -> Result<TcpListener, ServerBindError> {
error!("Binding to {:?}", addr);
let sock = Socket::new(Domain::for_address(addr), Type::STREAM, Some(Protocol::TCP))
.map_err(ServerBindError::SocketCreationError)?;

Expand Down

0 comments on commit c79f4be

Please sign in to comment.