*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:
rylek 2011-08-26 11:04:43 +00:00
parent 73dbfeb38f
commit bc967252d4
2 changed files with 3 additions and 1 deletions

View file

@ -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: