[Modify] Polish it
This commit is contained in:
@@ -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 {
|
||||
|
Reference in New Issue
Block a user