<html>
<head>
<base href="https://bugs.webkit.org/" />
</head>
<body>
<p>
<div>
<b><a class="bz_bug_link
bz_status_NEW "
title="NEW - [GTK] ASSERTION FAILED: !m_adoptionIsRequired when Inspector Server is connected"
href="https://bugs.webkit.org/show_bug.cgi?id=160229#c1">Comment # 1</a>
on <a class="bz_bug_link
bz_status_NEW "
title="NEW - [GTK] ASSERTION FAILED: !m_adoptionIsRequired when Inspector Server is connected"
href="https://bugs.webkit.org/show_bug.cgi?id=160229">bug 160229</a>
from <span class="vcard"><a class="email" href="mailto:Hironori.Fujii@sony.com" title="Fujii Hironori <Hironori.Fujii@sony.com>"> <span class="fn">Fujii Hironori</span></a>
</span></b>
<pre>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).</pre>
</div>
</p>
<hr>
<span>You are receiving this mail because:</span>
<ul>
<li>You are the assignee for the bug.</li>
</ul>
</body>
</html>