[Modify] Polish it
This commit is contained in:
parent
95c0944a5b
commit
f42a030d91
@ -1320,8 +1320,8 @@ namespace WebSocketSharp.Server
|
|||||||
|
|
||||||
if (_secure) {
|
if (_secure) {
|
||||||
sslConfig = new ServerSslConfiguration (getSslConfiguration ());
|
sslConfig = new ServerSslConfiguration (getSslConfiguration ());
|
||||||
|
|
||||||
string msg;
|
string msg;
|
||||||
|
|
||||||
if (!checkSslConfiguration (sslConfig, out msg))
|
if (!checkSslConfiguration (sslConfig, out msg))
|
||||||
throw new InvalidOperationException (msg);
|
throw new InvalidOperationException (msg);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user