<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<!DOCTYPE bugzilla SYSTEM "https://www.w3.org/Bugs/Public/page.cgi?id=bugzilla.dtd">

<bugzilla version="5.0.4"
          urlbase="https://www.w3.org/Bugs/Public/"
          
          maintainer="sysbot+bugzilla@w3.org"
>

    <bug>
          <bug_id>23938</bug_id>
          
          <creation_ts>2013-11-28 06:01:33 +0000</creation_ts>
          <short_desc>var connection = new WebSocket(&apos;ws://html5rocks.websocket.org/echo&apos;, [&apos;soap&apos;, &apos;xmpp&apos;]);// When the connection is open, send some data to the server connection.onopen = function () {   connection.sen [...]</short_desc>
          <delta_ts>2013-12-02 20:22:25 +0000</delta_ts>
          <reporter_accessible>1</reporter_accessible>
          <cclist_accessible>1</cclist_accessible>
          <classification_id>1</classification_id>
          <classification>Unclassified</classification>
          <product>WHATWG</product>
          <component>HTML</component>
          <version>unspecified</version>
          <rep_platform>Other</rep_platform>
          <op_sys>other</op_sys>
          <bug_status>RESOLVED</bug_status>
          <resolution>NEEDSINFO</resolution>
          
          
          <bug_file_loc>http://www.whatwg.org/specs/web-apps/current-work/#top</bug_file_loc>
          <status_whiteboard></status_whiteboard>
          <keywords></keywords>
          <priority>P3</priority>
          <bug_severity>normal</bug_severity>
          <target_milestone>Unsorted</target_milestone>
          
          
          <everconfirmed>1</everconfirmed>
          <reporter>contributor</reporter>
          <assigned_to name="Ian &apos;Hixie&apos; Hickson">ian</assigned_to>
          <cc>ian</cc>
    
    <cc>mike</cc>
          
          <qa_contact>contributor</qa_contact>

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>96908</commentid>
    <comment_count>0</comment_count>
    <who name="">contributor</who>
    <bug_when>2013-11-28 06:01:33 +0000</bug_when>
    <thetext>Specification: http://dev.w3.org/html5/websockets/
Multipage: http://www.whatwg.org/C#top
Complete: http://www.whatwg.org/c#top
Referrer: 

Comment:
var connection = new WebSocket(&apos;ws://html5rocks.websocket.org/echo&apos;, [&apos;soap&apos;,
&apos;xmpp&apos;]);// When the connection is open, send some data to the server
connection.onopen = function () {
  connection.send(&apos;Ping&apos;); // Send the message &apos;Ping&apos; to the server
};

// Log errors
connection.onerror = function (error) {
  console.log(&apos;WebSocket Error &apos; + error);
};

// Log messages from the server
connection.onmessage = function (e) {
  console.log(&apos;Server: &apos; + e.data);
};

Posted from: 187.62.154.146
User agent: Mozilla/5.0 (Windows NT 6.2; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/31.0.1650.57 Safari/537.36</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>96984</commentid>
    <comment_count>1</comment_count>
    <who name="Ian &apos;Hixie&apos; Hickson">ian</who>
    <bug_when>2013-12-02 20:22:13 +0000</bug_when>
    <thetext>What&apos;s the question?</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>96986</commentid>
    <comment_count>2</comment_count>
    <who name="Ian &apos;Hixie&apos; Hickson">ian</who>
    <bug_when>2013-12-02 20:22:25 +0000</bug_when>
    <thetext>*** Bug 23937 has been marked as a duplicate of this bug. ***</thetext>
  </long_desc>
      
      

    </bug>

</bugzilla>