[Webkit-unassigned] [Bug 136219] Websocket state should be set to closed in didReceiveMessage call back

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Aug 29 10:09:16 PDT 2014


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





--- Comment #4 from Darin Adler <darin at apple.com>  2014-08-29 10:09:21 PST ---
(From update of attachment 237144)
View in context: https://bugs.webkit.org/attachment.cgi?id=237144&action=review

> Source/WebCore/Modules/websockets/WebSocket.cpp:536
> +    m_state = CLOSED;

Do we also need to call m_channel->disconnect()? Do we also need to call ActiveDOMObject::unsetPendingActivity?

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list