Skip to content

Commit 2666621

Browse files
committed
Update deps
1 parent 3591536 commit 2666621

File tree

2 files changed

+12
-7
lines changed

2 files changed

+12
-7
lines changed

Cargo.lock

Lines changed: 7 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/docker_run/api/mod.rs

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,11 @@ impl Server {
5858
break;
5959
}
6060

61+
Err(tiny_http::AcceptError::ClientConnection(err)) => {
62+
log::warn!("Encountered error with client connection: {:?}", err);
63+
continue;
64+
}
65+
6166
Err(tiny_http::AcceptError::ShuttingDown()) => {
6267
log::info!("Thread {} shutting down", n);
6368
break;

0 commit comments

Comments
 (0)