mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-20 11:29:27 +02:00
* Commented out etDebug log request
git-svn-id: trunk@17555 -
This commit is contained in:
parent
cda78c6360
commit
4fc4154293
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user