[Modify] Polish it

This commit is contained in:
sta 2021-08-23 21:37:50 +09:00
parent f42a030d91
commit bfac1672e4

View File

@ -756,6 +756,7 @@ namespace WebSocketSharp.Server
if (configuration.ServerCertificate == null) {
message = "There is no server certificate for secure connection.";
return false;
}