[Modify] Replace it

master
sta 8 years ago
parent 6a127ca571
commit 5221933e32

@ -599,10 +599,7 @@ namespace WebSocketSharp.Server
throw new InvalidOperationException (msg);
}
if (_sslConfig == null)
_sslConfig = new ServerSslConfiguration ();
return _sslConfig;
return getSslConfiguration ();
}
}

Loading…
Cancel
Save