[Webkit-unassigned] [Bug 214222] ASSERT([filteredCookies.get() count] <= 1) on imported/w3c/web-platform-tests/websockets/cookies/third-party-cookie-accepted.https.html

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jul 22 15:04:21 PDT 2020


https://bugs.webkit.org/show_bug.cgi?id=214222

--- Comment #4 from Chris Dumez <cdumez at apple.com> ---
Looks like we use a different API for parsing cookies on macOS and iOS:
#if PLATFORM(MAC)
    NSArray *unfilteredCookies = [NSHTTPCookie _parsedCookiesWithResponseHeaderFields:headerFields forURL:cookieURL];
#else
    NSArray *unfilteredCookies = [NSHTTPCookie cookiesWithResponseHeaderFields:headerFields forURL:cookieURL];
#endif

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20200722/871ff397/attachment.htm>


More information about the webkit-unassigned mailing list