mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-14 10:29:24 +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 :
|
FCGI_BEGIN_REQUEST :
|
||||||
begin
|
begin
|
||||||
FKeepConnectionAfterRequest := (PFCGI_BeginRequestRecord(AFCGIRecord)^.body.flags and FCGI_KEEP_CONN) = FCGI_KEEP_CONN;
|
FKeepConnectionAfterRequest := (PFCGI_BeginRequestRecord(AFCGIRecord)^.body.flags and FCGI_KEEP_CONN) = FCGI_KEEP_CONN;
|
||||||
With PFCGI_BeginRequestRecord(AFCGIRecord)^.body do
|
// With PFCGI_BeginRequestRecord(AFCGIRecord)^.body do
|
||||||
log(etDebug,Format('Begin request body role & flags: %d %d',[Beton(Role),Flags]));
|
// log(etDebug,Format('Begin request body role & flags: %d %d',[Beton(Role),Flags]));
|
||||||
end;
|
end;
|
||||||
FCGI_PARAMS : begin
|
FCGI_PARAMS : begin
|
||||||
if AFCGIRecord^.contentLength=0 then
|
if AFCGIRecord^.contentLength=0 then
|
||||||
|
Loading…
Reference in New Issue
Block a user