[Modify] Polish it

This commit is contained in:
sta 2020-10-12 21:37:19 +09:00
parent 2c2e772e95
commit 578f394de4

View File

@ -380,7 +380,7 @@ namespace WebSocketSharp.Net
if (path.StartsWith (prefPath) || pathSlash.StartsWith (prefPath)) { if (path.StartsWith (prefPath) || pathSlash.StartsWith (prefPath)) {
bestLen = len; bestLen = len;
listener = _prefixes[pref]; listener = pref.Listener;
} }
} }