[Modify] Polish it
This commit is contained in:
parent
2c2e772e95
commit
578f394de4
@ -380,7 +380,7 @@ namespace WebSocketSharp.Net
|
||||
|
||||
if (path.StartsWith (prefPath) || pathSlash.StartsWith (prefPath)) {
|
||||
bestLen = len;
|
||||
listener = _prefixes[pref];
|
||||
listener = pref.Listener;
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user