[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 1 01:25:04 PDT 2014


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





--- Comment #5 from Shivakumar J M <shiva.jm at samsung.com>  2014-09-01 01:25:08 PST ---
(In reply to comment #4)
> (From update of attachment 237144 [details])
> 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.

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