RESOLVED FIXED 34630
send() should return false, after frame that opened a WebSokcet is detached
https://bugs.webkit.org/show_bug.cgi?id=34630
Summary send() should return false, after frame that opened a WebSokcet is detached
Fumitoshi Ukai
Reported 2010-02-04 22:28:28 PST
WebSocket was opened in subframe and subframe is detached from parent, the WebSocket will be closed. After that, send() on the WebSocket sould return false, because it was closed when the frame was detached.
Attachments
Patch (3.62 KB, patch)
2010-02-04 22:38 PST, Fumitoshi Ukai
ap: review+
Fumitoshi Ukai
Comment 1 2010-02-04 22:38:18 PST
Fumitoshi Ukai
Comment 2 2010-02-05 01:37:51 PST
Note You need to log in before you can comment on or make changes to this bug.