[Modify] Polish it
This commit is contained in:
parent
5a5b36e8b4
commit
61a1e55c18
@ -733,12 +733,12 @@ namespace WebSocketSharp.Server
|
||||
return true;
|
||||
|
||||
if (configuration == null) {
|
||||
message = "There is no configuration for the secure connection.";
|
||||
message = "There is no configuration.";
|
||||
return false;
|
||||
}
|
||||
|
||||
if (configuration.ServerCertificate == null) {
|
||||
message = "There is no server certificate for the secure connection.";
|
||||
message = "There is no server certificate.";
|
||||
return false;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user