[Webkit-unassigned] [Bug 63895] New: EventSource.close() doesn't close an already open stream

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jul 4 02:23:13 PDT 2011


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

           Summary: EventSource.close() doesn't close an already open
                    stream
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
        OS/Version: Windows 7
            Status: UNCONFIRMED
          Severity: Major
          Priority: P2
         Component: WebCore Misc.
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: milos.rasic at gmail.com


The bug occurs on WebKit version 533 as reported by jQuery on an Appcelerator Titanium Desktop application.

Calling close() method of an EventSource object doesn't close an already open text/event-stream connection. It correctly sets the readystate to 2 (CLOSED) and prevents EventSource object from making any further requests, but the already open connection remains open and the server has to be notified that it should close the connection from server side.

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