mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-08 18:28:23 +02:00
parent
69d9a7a2de
commit
5a7080b3b7
@ -353,7 +353,7 @@ procedure TCGIRequest.InitFromEnvironment;
|
||||
|
||||
Var
|
||||
I : Integer;
|
||||
V,OV : String;
|
||||
R,V,OV : String;
|
||||
M : TMap;
|
||||
|
||||
begin
|
||||
@ -373,7 +373,9 @@ begin
|
||||
end;
|
||||
end;
|
||||
end;
|
||||
ReadContent;
|
||||
R:=UpCase(Method);
|
||||
if (R='POST') or (R='PUT') or (ContentLength>0) then
|
||||
ReadContent;
|
||||
end;
|
||||
|
||||
procedure TCGIRequest.ReadContent;
|
||||
|
Loading…
Reference in New Issue
Block a user