Json endpoint #12

Closed
sashanoraa wants to merge 18 commits from json-resp into main
1 changed files with 0 additions and 1 deletions
Showing only changes of commit b9620e95a8 - Show all commits

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