fix(windows): handle timeout in downloads

Fixes #7708.
This commit is contained in:
Marc Durdin 2022-11-14 10:35:20 +11:00
parent e7175106cf
commit c07ea36ec2

View file

@ -128,6 +128,8 @@ begin
except
on E:ENetHTTPClientException do
Result := False;
on E:ENetHTTPResponseException do
Result := False;
end;
finally
Stream.Free;