[Modify] Replace it

master
sta 6 years ago
parent f5cde7ef62
commit 1df9e927a1

@ -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;
}
}

Loading…
Cancel
Save