[Modify] Replace it
This commit is contained in:
parent
293cef6ae4
commit
a091ddd2c0
@ -380,7 +380,7 @@ namespace WebSocketSharp.Net
|
||||
if (len < bestLen)
|
||||
continue;
|
||||
|
||||
if (path.StartsWith (prefPath)) {
|
||||
if (path.StartsWith (prefPath, StringComparison.Ordinal)) {
|
||||
bestLen = len;
|
||||
listener = pref.Listener;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user