mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-20 17:49:27 +02:00
* initialize Result variable of THTTPSysHandler.WaitForRequest
This commit is contained in:
parent
4acf8d36b8
commit
2650049b2c
@ -635,6 +635,8 @@ var
|
||||
readsize: ULONG;
|
||||
res: ULONG;
|
||||
begin
|
||||
Result := False;
|
||||
|
||||
if not Assigned(fBuffer) then begin
|
||||
InitUrls;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user