* initialize Result variable of THTTPSysHandler.WaitForRequest

This commit is contained in:
Sven Barth 2021-09-06 22:36:29 +02:00
parent 4acf8d36b8
commit 2650049b2c

View File

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