mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-28 21:41:01 +02:00
Opkman: Fix connection timeout bug.
git-svn-id: trunk@56951 -
This commit is contained in:
parent
de416689cc
commit
a398131a54
@ -236,7 +236,7 @@ begin
|
||||
FFileName := AFileName;
|
||||
FHTTPClient := TFPHTTPClient.Create(nil);
|
||||
{$IFDEF FPC311}
|
||||
FHTTPClient.IOTimeout := Options.ConTimeOut;
|
||||
FHTTPClient.IOTimeout := Options.ConTimeOut*1000;
|
||||
{$ENDIF}
|
||||
if Options.ProxyEnabled then
|
||||
begin
|
||||
|
Loading…
Reference in New Issue
Block a user