Browse Source

* initialize Result variable of THTTPSysHandler.WaitForRequest

Sven Barth 3 years ago
parent
commit
2650049b2c
1 changed files with 2 additions and 0 deletions
  1. 2 0
      packages/fcl-web/src/base/custhttpsys.pp

+ 2 - 0
packages/fcl-web/src/base/custhttpsys.pp

@@ -635,6 +635,8 @@ var
   readsize: ULONG;
   res: ULONG;
 begin
+  Result := False;
+
   if not Assigned(fBuffer) then begin
     InitUrls;