[web] [WIP] Removed old TODO

This commit is contained in:
Emi Simpson 2021-11-01 18:39:12 -04:00
parent e55442c47f
commit b9620e95a8
Signed by: Emi
GPG Key ID: A12F2C2FFDC3D847
1 changed files with 0 additions and 1 deletions

View File

@ -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
},
};