mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-23 18:49:30 +02:00
Merge branch 'fixonlinepackagemanager302error' into 'main'
Fixed packages download from online package manager return 302 error See merge request freepascal.org/lazarus/lazarus!85
This commit is contained in:
commit
fed01f0513
@ -487,6 +487,7 @@ begin
|
||||
FreeOnTerminate := True;
|
||||
FMS := TMemoryStream.Create;
|
||||
FHTTPClient := TFPHTTPClient.Create(nil);
|
||||
FHTTPClient.AllowRedirect := True;
|
||||
if Options.ProxyEnabled then
|
||||
begin
|
||||
FHTTPClient.Proxy.Host:= Options.ProxyServer;
|
||||
|
Loading…
Reference in New Issue
Block a user