[Modify] Replace it
This commit is contained in:
parent
f5cde7ef62
commit
1df9e927a1
@ -616,7 +616,7 @@ namespace WebSocketSharp.Net
|
|||||||
yield break;
|
yield break;
|
||||||
|
|
||||||
foreach (var c in _cookies) {
|
foreach (var c in _cookies) {
|
||||||
if (c.EqualsWithoutValue (cookie))
|
if (c.EqualsWithoutValueAndVersion (cookie))
|
||||||
yield return c;
|
yield return c;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user