[web] [WIP] Removed old TODO
This commit is contained in:
parent
e55442c47f
commit
b9620e95a8
|
@ -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
|
||||
},
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue