[Modify] Replace it

This commit is contained in:
sta 2019-11-06 21:18:38 +09:00
parent f5cde7ef62
commit 1df9e927a1

View File

@ -616,7 +616,7 @@ namespace WebSocketSharp.Net
yield break;
foreach (var c in _cookies) {
if (c.EqualsWithoutValue (cookie))
if (c.EqualsWithoutValueAndVersion (cookie))
yield return c;
}
}