Skip to content

Commit

Permalink
set all timeout, partially revert 2dd9710
Browse files Browse the repository at this point in the history
  • Loading branch information
riderkick committed Aug 1, 2017
1 parent 3ad9d18 commit f2c25b7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions baseunits/httpsendthread.pas
Original file line number Diff line number Diff line change
Expand Up @@ -323,6 +323,7 @@ procedure THTTPSendThread.SetTimeout(AValue: Integer);
begin
if FTimeout = AValue then Exit;
FTimeout := AValue;
Sock.ConnectionTimeout := FTimeout;
Sock.SocksTimeout := FTimeout;
Sock.SetTimeout(FTimeout);
end;
Expand Down

0 comments on commit f2c25b7

Please sign in to comment.