mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-07-11 22:03:01 -06:00
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:
parent
6be69ebb10
commit
af5cceedb2
5 changed files with 839 additions and 763 deletions
|
|
@ -543,7 +543,7 @@ String HttpRequest::GetRedirectUrl()
|
|||
|
||||
int HttpRequest::GetContentLength()
|
||||
{
|
||||
return Nvl(ScanInt(header["content-length"]), -1);
|
||||
return header.GetContentLength();
|
||||
}
|
||||
|
||||
void HttpRequest::StartBody()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue