enhanced cgi and proxy handling

This commit is contained in:
2012-03-31 14:59:51 +00:00
parent 7d8a5ff433
commit fd2ed3f2ad
3 changed files with 236 additions and 76 deletions

View File

@ -481,9 +481,9 @@ qse_httpd_task_t* qse_httpd_entasknph (
qse_httpd_task_t* qse_httpd_entaskproxy (
qse_httpd_t* httpd,
qse_httpd_client_t* client,
const qse_httpd_task_t* pred,
qse_httpd_task_t* pred,
const qse_nwad_t* nwad,
const qse_htre_t* req
qse_htre_t* req
);
/* -------------------------------------------- */