[Modify] Polish it
This commit is contained in:
parent
53dd507ae3
commit
6979b62f04
@ -413,7 +413,10 @@ namespace WebSocketSharp.Net
|
||||
if (_disposed)
|
||||
throw new ObjectDisposedException (_objectName);
|
||||
|
||||
return _sslConfig ?? (_sslConfig = new ServerSslConfiguration ());
|
||||
if (_sslConfig == null)
|
||||
_sslConfig = new ServerSslConfiguration ();
|
||||
|
||||
return _sslConfig;
|
||||
}
|
||||
|
||||
set {
|
||||
|
Loading…
Reference in New Issue
Block a user