mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-30 00:30:25 +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;
|
FFileName := AFileName;
|
||||||
FHTTPClient := TFPHTTPClient.Create(nil);
|
FHTTPClient := TFPHTTPClient.Create(nil);
|
||||||
{$IFDEF FPC311}
|
{$IFDEF FPC311}
|
||||||
FHTTPClient.IOTimeout := Options.ConTimeOut;
|
FHTTPClient.IOTimeout := Options.ConTimeOut*1000;
|
||||||
{$ENDIF}
|
{$ENDIF}
|
||||||
if Options.ProxyEnabled then
|
if Options.ProxyEnabled then
|
||||||
begin
|
begin
|
||||||
|
Loading…
Reference in New Issue
Block a user