[Modify] Polish it
This commit is contained in:
parent
3442218d53
commit
bd84fda5b5
@ -552,7 +552,10 @@ namespace WebSocketSharp.Server
|
||||
/// </value>
|
||||
public ServerSslConfiguration SslConfiguration {
|
||||
get {
|
||||
return _sslConfig ?? (_sslConfig = new ServerSslConfiguration (null));
|
||||
if (_sslConfig == null)
|
||||
_sslConfig = new ServerSslConfiguration (null);
|
||||
|
||||
return _sslConfig;
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user