From 699c1102a1b9a44df9f362f72e53aa33f2fd818e Mon Sep 17 00:00:00 2001 From: Makhaon <35131832+Makhaon@users.noreply.github.com> Date: Sun, 10 Oct 2021 08:36:38 +0300 Subject: [PATCH] Update SynHttpSrv.pas --- SynHttpSrv.pas | 6 ------ 1 file changed, 6 deletions(-) diff --git a/SynHttpSrv.pas b/SynHttpSrv.pas index 708fa2e..428e2b4 100644 --- a/SynHttpSrv.pas +++ b/SynHttpSrv.pas @@ -31,10 +31,6 @@ interface {$undef DEBUG} //{$define DEBUG} -//!!!TODO: SSL/https - -//{$define CIL} //only for dotnet testing... - type // Result: True=found/stop, False=continue THeaderEnum = function(const Value: string; LParam: NativeUInt): boolean of object; @@ -3318,8 +3314,6 @@ procedure TSynHttpServer.InitHttps(const CertFile, KeyFile, KeyPassword, CaCertF FSynapseServer.Socket.SSL.KeyPassword := FKeyPass; FSynapseServer.Socket.SSL.VerifyCert := True; // - //if (Self.Port = '80') then - //Self.Port := '443'; end; initialization