[Bug 14651] i think the websocket garbage collection rules might need tweaking now that message can't be fired in CLOSING (can error be fired in CLOSING?)

http://www.w3.org/Bugs/Public/show_bug.cgi?id=14651

--- Comment #2 from Simon Pieters <simonp@opera.com> 2011-11-01 15:44:05 UTC ---
The GC rules assume that 'message' events can be fired when readyState is
CLOSING, so makes sure not to GC if there are listeners for 'message'. But
since we now don't fire 'message' in CLOSING, we can allow the object to be
GCed.

-- 
Configure bugmail: http://www.w3.org/Bugs/Public/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.

Received on Tuesday, 1 November 2011 15:46:09 UTC