[Webkit-unassigned] [Bug 200165] WebSockets: response Set-Cookie header not handled when using platform APIs

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Aug 1 10:16:00 PDT 2019


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

--- Comment #4 from youenn fablet <youennf at gmail.com> ---
Comment on attachment 375310
  --> https://bugs.webkit.org/attachment.cgi?id=375310
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=375310&action=review

> Source/WebKit/WebProcess/Network/WebSocketChannel.cpp:347
> +            m_document->page()->cookieJar().setCookies(*m_document, m_httpURLForCookies, serverSetCookie);

Cannot it be handled directly in NetworkProcess, we prefer to not send cookies back to web process these days.

-- 
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/20190801/65d49c48/attachment.html>


More information about the webkit-unassigned mailing list