[Modify] Replace it

This commit is contained in:
sta 2020-10-14 20:00:03 +09:00
parent a091ddd2c0
commit 94ca3ee723

View File

@ -312,7 +312,7 @@ namespace WebSocketSharp.Net
if (len < bestLen) if (len < bestLen)
continue; continue;
if (path.StartsWith (prefPath)) { if (path.StartsWith (prefPath, StringComparison.Ordinal)) {
bestLen = len; bestLen = len;
ret = pref.Listener; ret = pref.Listener;
} }