mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-15 11:49:27 +02:00
* Patch from Luiz Americo to remove redundant test
git-svn-id: trunk@23335 -
This commit is contained in:
parent
2a9e12c709
commit
b315d35819
@ -417,7 +417,7 @@ var ErrorCode,
|
||||
r : TFCGIRequest;
|
||||
|
||||
begin
|
||||
if Not (Assigned(Request) and (Request is TFCGIRequest)) then
|
||||
if Not (Request is TFCGIRequest) then
|
||||
Raise Exception.Create(SErrNorequest);
|
||||
R:=TFCGIRequest(Request);
|
||||
BytesToWrite := BEtoN(ARecord^.contentLength) + ARecord^.paddingLength+sizeof(FCGI_Header);
|
||||
|
Loading…
Reference in New Issue
Block a user