- From: <bugzilla@jessica.w3.org>
 - Date: Tue, 19 Jul 2011 05:06:20 +0000
 - To: public-webapps@w3.org
 
http://www.w3.org/Bugs/Public/show_bug.cgi?id=13294
           Summary: The send() method should fail the WebSocket connection
                    when data cannot be sent
           Product: WebAppsWG
           Version: unspecified
          Platform: PC
        OS/Version: All
            Status: NEW
          Severity: normal
          Priority: P2
         Component: WebSocket API (editor: Ian Hickson)
        AssignedTo: ian@hixie.ch
        ReportedBy: brian.raymor@microsoft.com
         QAContact: member-webapi-cvs@w3.org
                CC: mike@w3.org, public-webapps@w3.org
For this failure case:
if the data cannot be sent, e.g. because it would need to be buffered but the
buffer is full, the user agent must close the WebSocket connection.
would it be more appropriate for the user agent to fail the WebSocket
connection and trigger an error event?
-- 
Configure bugmail: http://www.w3.org/Bugs/Public/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
Received on Tuesday, 19 July 2011 05:06:26 UTC