http://www.w3.org/Bugs/Public/show_bug.cgi?id=13294
Ian 'Hixie' Hickson <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED CC| |[email protected] Resolution| |FIXED --- Comment #2 from Ian 'Hixie' Hickson <[email protected]> 2011-08-05 23:34:02 UTC --- Failing the WebSocket connection involves sending more data. We can't send more data in this situation, by definition (that's why we're giving up, after all). But we can still fire an 'error' event, sure. Done. Note that both 'error' and 'close' are fired asynchronously (well, they're fired synchronously, but on a task that is queued after the connection is closed). -- Configure bugmail: http://www.w3.org/Bugs/Public/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
