[Modify] Replace it
This commit is contained in:
@@ -599,10 +599,7 @@ namespace WebSocketSharp.Server
|
||||
throw new InvalidOperationException (msg);
|
||||
}
|
||||
|
||||
if (_sslConfig == null)
|
||||
_sslConfig = new ServerSslConfiguration ();
|
||||
|
||||
return _sslConfig;
|
||||
return getSslConfiguration ();
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user