mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-05-27 06:19:34 -06:00
*Web/httpsrv.cpp: fixed bug concerning reading long SAPI requests
git-svn-id: svn://ultimatepp.org/upp/trunk@3788 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
parent
73dbfeb38f
commit
bc967252d4
2 changed files with 3 additions and 1 deletions
|
|
@ -581,6 +581,7 @@ One<HttpRequest> HttpServer::GetRequest()
|
|||
req->LogTime(GetHttpURI(request_query), 1);
|
||||
return req;
|
||||
}
|
||||
break;
|
||||
|
||||
case RS_GET_HEADERS:
|
||||
case RS_POST_HEADERS:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue