wip
This commit is contained in:
@@ -72,9 +72,6 @@ async fn listen(
|
||||
listener: Async<TcpListener>,
|
||||
state: Arc<AppState<'static>>,
|
||||
) -> Result<()> {
|
||||
// Format the full host address.
|
||||
// println!("Listening on {}", host);
|
||||
|
||||
loop {
|
||||
// Wait for a new client.
|
||||
let (client, _) = listener.accept().await?;
|
||||
|
||||
Reference in New Issue
Block a user