improved httpd

This commit is contained in:
2012-09-18 13:03:57 +00:00
parent 99f1b5453b
commit fdba865863
9 changed files with 438 additions and 221 deletions

View File

@ -111,7 +111,7 @@ if (qse_htre_getqparam(req))
else
{
task = qse_httpd_entaskcgi (
httpd, client, QSE_NULL, qpath, req);
httpd, client, QSE_NULL, qpath, QSE_NULL, QSE_NULL, 0, req);
if (task == QSE_NULL) goto oops;
}
}