[Modify] Replace it
This commit is contained in:
parent
dfbab48c01
commit
83757de060
@ -671,10 +671,7 @@ namespace WebSocketSharp
|
||||
throw new InvalidOperationException (msg);
|
||||
}
|
||||
|
||||
if (_sslConfig == null)
|
||||
_sslConfig = new ClientSslConfiguration (_uri.DnsSafeHost);
|
||||
|
||||
return _sslConfig;
|
||||
return getSslConfiguration ();
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user