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