fixed a bug in qse_httpd_addhnd().

exported qse_httpd_entaskerrorwithmvk()
This commit is contained in:
2014-10-30 16:29:48 +00:00
parent 75dea7aa43
commit 2c5d85f55f
7 changed files with 25 additions and 23 deletions

View File

@ -1185,6 +1185,16 @@ QSE_EXPORT qse_httpd_task_t* qse_httpd_entaskerror (
qse_htre_t* req
);
QSE_EXPORT qse_httpd_task_t* qse_httpd_entaskerrorwithmvk (
qse_httpd_t* httpd,
qse_httpd_client_t* client,
qse_httpd_task_t* pred,
int code,
qse_http_method_t method,
const qse_http_version_t* version,
int keepalive
);
QSE_EXPORT qse_httpd_task_t* qse_httpd_entaskcontinue (
qse_httpd_t* httpd,
qse_httpd_client_t* client,