[Webkit-unassigned] [Bug 160229] [GTK] ASSERTION FAILED: !m_adoptionIsRequired when Inspector Server is connected
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Tue Jul 26 19:38:05 PDT 2016
https://bugs.webkit.org/show_bug.cgi?id=160229
--- Comment #1 from Fujii Hironori <Hironori.Fujii at sony.com> ---
Soup port has two types of SocketStreamHandle constructor:
a) SocketStreamHandle::SocketStreamHandle(const URL& url, SocketStreamHandleClient& client)
b) SocketStreamHandle::SocketStreamHandle(GSocketConnection* socketConnection, SocketStreamHandleClient& client)
(a) does relaxAdoptionRequirement(), but (b) does not.
WebSocketServerSoup uses (b).
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20160727/cb3efe9e/attachment.html>
More information about the webkit-unassigned
mailing list