Bug 34630

Summary: send() should return false, after frame that opened a WebSokcet is detached
Product: WebKit Reporter: Fumitoshi Ukai <ukai>
Component: Tools / TestsAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal    
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   
Attachments:
Description Flags
Patch ap: review+

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.