Timeout for request and cgi

This commit is contained in:
int 80h
2020-05-22 15:12:28 -04:00
parent e9f71f600d
commit 77fdc18097

View File

@@ -247,6 +247,7 @@ async fn handle_connection(
} }
} }
} }
if srv.server.cgi.unwrap_or(false) { if srv.server.cgi.unwrap_or(false) {
match &srv.server.cgipath { match &srv.server.cgipath {
Some(c) => { Some(c) => {