From b9620e95a8232103cdc83621c4b8b07cab70d11b Mon Sep 17 00:00:00 2001 From: Emi Simpson Date: Mon, 1 Nov 2021 18:39:12 -0400 Subject: [PATCH] [web] [WIP] Removed old TODO --- web/src/main.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/web/src/main.rs b/web/src/main.rs index 73e74af..057d1bc 100644 --- a/web/src/main.rs +++ b/web/src/main.rs @@ -148,7 +148,6 @@ async fn handle_request( Err(scgi_error) => { log::error!("Encountered a malformed SCGI request. It could be that your \ webserver is misconfigured. {}", scgi_error); - todo!(); //TODO send a 500 error }, };