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+

Description Fumitoshi Ukai 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.
Comment 1 Fumitoshi Ukai 2010-02-04 22:38:18 PST
Created attachment 48201 [details]
Patch
Comment 2 Fumitoshi Ukai 2010-02-05 01:37:51 PST
Committed r54414: <http://trac.webkit.org/changeset/54414>