http glommio: do debug-level log on Connection::run failure

This commit is contained in:
Joakim Frostegård 2021-11-01 09:53:52 +01:00
parent 76bd895159
commit 2be604a2f2

View file

@ -126,7 +126,7 @@ pub async fn run_socket_worker(
tls_config, tls_config,
stream stream
).await { ).await {
::log::info!("Connection::run() error: {:?}", err); ::log::debug!("Connection::run() error: {:?}", err);
} }
connections_to_remove.borrow_mut().push(key); connections_to_remove.borrow_mut().push(key);