[Modify] Polish it

This commit is contained in:
sta 2021-06-25 19:38:55 +09:00
parent 94046e1c12
commit 2e59e80b09

View File

@ -1476,6 +1476,7 @@ namespace WebSocketSharp.Server
{
if (_secure) {
string msg;
if (!checkCertificate (out msg))
throw new InvalidOperationException (msg);
}