[Modify] Replace it

This commit is contained in:
sta 2022-01-01 17:27:18 +09:00
parent 5f2fb2ad55
commit d70bf58dba

View File

@ -436,13 +436,8 @@ namespace WebSocketSharp.Server
throw new ArgumentException ("An absolute root.", "value");
lock (_sync) {
string msg;
if (!canSet (out msg)) {
_log.Warn (msg);
if (!canSet ())
return;
}
_docRootPath = value;
}