added timer and enhanced httpd to use timer for idling detection

This commit is contained in:
2014-08-04 16:34:22 +00:00
parent fdc0ce7623
commit fc667d28e3
12 changed files with 508 additions and 52 deletions

View File

@ -624,7 +624,7 @@ static int query_server (
(cgi->type == CGI_NAME && qse_mbscmp (xpath_base, cgi->spec) == 0))
{
scgi->cgi = 1;
scgi->nph = cgi->nph;
scgi->nph = cgi->nph;
scgi->shebang = cgi->shebang;
return 0;
}