[Modify] Remove it
This commit is contained in:
parent
bd9ac32699
commit
f1306eb140
@ -748,21 +748,6 @@ namespace WebSocketSharp.Server
|
||||
|| name == _hostname;
|
||||
}
|
||||
|
||||
private static bool checkSslConfiguration (
|
||||
ServerSslConfiguration configuration, out string message
|
||||
)
|
||||
{
|
||||
message = null;
|
||||
|
||||
if (configuration.ServerCertificate == null) {
|
||||
message = "There is no server certificate for secure connection.";
|
||||
|
||||
return false;
|
||||
}
|
||||
|
||||
return true;
|
||||
}
|
||||
|
||||
private string getRealm ()
|
||||
{
|
||||
var realm = _realm;
|
||||
|
Loading…
Reference in New Issue
Block a user