[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
Mon Sep 8 22:45:36 PDT 2014


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





--- Comment #6 from Darin Adler <darin at apple.com>  2014-09-08 22:45:37 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?
> 
> Dear Darin,
> 
>      Thanks for inputs, i rechecked again, i think we no need to close the channel object here, also ActiveDOMObject.

I’m glad you think so. Why do you think so?

-- 
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