mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-15 11:29:16 +02:00
* Fix setusessl
git-svn-id: trunk@42273 -
This commit is contained in:
parent
3a2fe24f49
commit
28b87bed39
@ -197,7 +197,7 @@ end;
|
|||||||
|
|
||||||
function TCustomHTTPApplication.GetUseSSL: Boolean;
|
function TCustomHTTPApplication.GetUseSSL: Boolean;
|
||||||
begin
|
begin
|
||||||
|
Result:=HTTPHandler.UseSSL;
|
||||||
end;
|
end;
|
||||||
|
|
||||||
procedure TCustomHTTPApplication.SetHostName(AValue: String);
|
procedure TCustomHTTPApplication.SetHostName(AValue: String);
|
||||||
|
Loading…
Reference in New Issue
Block a user