* Commented out etDebug log request

git-svn-id: trunk@17555 -
This commit is contained in:
michael 2011-05-25 16:14:05 +00:00
parent cda78c6360
commit 4fc4154293

View File

@ -188,8 +188,8 @@ begin
FCGI_BEGIN_REQUEST :
begin
FKeepConnectionAfterRequest := (PFCGI_BeginRequestRecord(AFCGIRecord)^.body.flags and FCGI_KEEP_CONN) = FCGI_KEEP_CONN;
With PFCGI_BeginRequestRecord(AFCGIRecord)^.body do
log(etDebug,Format('Begin request body role & flags: %d %d',[Beton(Role),Flags]));
// With PFCGI_BeginRequestRecord(AFCGIRecord)^.body do
// log(etDebug,Format('Begin request body role & flags: %d %d',[Beton(Role),Flags]));
end;
FCGI_PARAMS : begin
if AFCGIRecord^.contentLength=0 then