[Webkit-unassigned] [Bug 193636] REGRESSION(r240117): [SOUP] Layout test imported/w3c/web-platform-tests/service-workers/service-worker/websocket-in-service-worker.https.html is timing out

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jul 29 10:42:46 PDT 2019


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

--- Comment #1 from Alex Christensen <achristensen at apple.com> ---
If I were looking into this I would first try the revision before and after that to verify that was the change that broke it.  Then I'd look at the soup-specific code in SocketStreamHandleImpl::create and see if nullptr is being passed. My guess is before there was some kind of fallback to "the default" storage and now it needs to be explicit. I'd add a new fallback in the soup code if that's what you want, or even better: find a way to pass the proper session to the socket stream.

-- 
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/20190729/4eced032/attachment.html>


More information about the webkit-unassigned mailing list