|
|
|
@ -380,7 +380,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;
|
|
|
|
listener = pref.Listener;
|
|
|
|
listener = pref.Listener;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|