Core: HttpHeader now supports SCGI requests

git-svn-id: svn://ultimatepp.org/upp/trunk@4979 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
cxl 2012-05-20 17:56:42 +00:00
parent 6be69ebb10
commit af5cceedb2
5 changed files with 839 additions and 763 deletions

View file

@ -543,7 +543,7 @@ String HttpRequest::GetRedirectUrl()
int HttpRequest::GetContentLength()
{
return Nvl(ScanInt(header["content-length"]), -1);
return header.GetContentLength();
}
void HttpRequest::StartBody()