[Webkit-unassigned] [Bug 31659] New: Connection must be closed in case of Web Socket handshake error

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Nov 18 20:53:37 PST 2009


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

           Summary: Connection must be closed in case of Web Socket
                    handshake error
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
        OS/Version: Mac OS X 10.5
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebKit Misc.
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: yuzo at google.com


Currently, WebKit times out in case of Web Socket handshake error (as caught by
LayoutTests/websocket/tests/handshake-error.html)

It must close the connection instead.

http://www.w3.org/TR/2009/WD-websockets-20091029/
4 The WebSocket interface
...
If the "establish a Web Socket connection" algorithm fails, it triggers the
"fail the Web Socket connection" algorithm, which then invokes the "close the
Web Socket connection" algorithm, which then establishes that the "Web Socket
connection is closed", which fires the close event as described below.

-- 
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