[Modify] Add it

This commit is contained in:
sta
2017-05-06 15:24:51 +09:00
parent 3ef3572f5e
commit 73e8d31d61
3 changed files with 18 additions and 2 deletions

View File

@@ -583,7 +583,7 @@ namespace WebSocketSharp.Server
public ServerSslConfiguration SslConfiguration {
get {
if (_sslConfig == null)
_sslConfig = new ServerSslConfiguration (null);
_sslConfig = new ServerSslConfiguration ();
return _sslConfig;
}