[Modify] Replace it
This commit is contained in:
parent
ce59365de9
commit
f93ec07051
@ -391,13 +391,8 @@ namespace WebSocketSharp.Server
|
|||||||
|
|
||||||
set {
|
set {
|
||||||
lock (_sync) {
|
lock (_sync) {
|
||||||
string msg;
|
if (!canSet ())
|
||||||
|
|
||||||
if (!canSet (out msg)) {
|
|
||||||
_log.Warn (msg);
|
|
||||||
|
|
||||||
return;
|
return;
|
||||||
}
|
|
||||||
|
|
||||||
_authSchemes = value;
|
_authSchemes = value;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user