improved cgi and proxy handling

This commit is contained in:
2012-04-06 03:03:01 +00:00
parent 45b7832b99
commit 897bd1348d
2 changed files with 120 additions and 118 deletions

View File

@ -1080,7 +1080,7 @@ qse_printf (QSE_T("chunked cgi... delaying until contents are received\n"));
else
{
/* to support the chunked request,
* i need to wait until it's compelted and invoke cgi */
* i need to wait until it's completed and invoke cgi */
if (req->attr.chunked)
{
qse_printf (QSE_T("Entasking chunked CGI...\n"));