[Webkit-unassigned] [Bug 85934] New: [WebSocket] Must ignore incoming message in CLOSING state

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue May 8 17:35:43 PDT 2012


https://bugs.webkit.org/show_bug.cgi?id=85934

           Summary: [WebSocket] Must ignore incoming message in CLOSING
                    state
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebCore Misc.
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: toyoshim at chromium.org
                CC: ap at webkit.org, tkent at chromium.org, yutak at chromium.org,
                    bashi at chromium.org


Current implementation allow to receive incoming message in CLOSING state.
It means onmessage envent might happen after user calls close().

This behavior is right in old API spec; http://www.w3.org/TR/2011/WD-websockets-20110929/
But, latest spec is changed as http://www.w3.org/TR/2011/CR-websockets-20111208/

FYI
 - discussion to make this change; https://www.w3.org/Bugs/Public/show_bug.cgi?id=14474
 - change; http://html5.org/tools/web-apps-tracker?from=6791&to=6792

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list