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