<html>
    <head>
      <base href="https://bugs.webkit.org/" />
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - [Curl] WebSocket platform part is not implemented."
   href="https://bugs.webkit.org/show_bug.cgi?id=144628#c6">Comment # 6</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - [Curl] WebSocket platform part is not implemented."
   href="https://bugs.webkit.org/show_bug.cgi?id=144628">bug 144628</a>
              from <span class="vcard"><a class="email" href="mailto:peavo&#64;outlook.com" title="peavo&#64;outlook.com">peavo&#64;outlook.com</a>
</span></b>
        <pre>(In reply to <a href="show_bug.cgi?id=144628#c3">comment #3</a>)
<span class="quote">&gt; 
&gt; &gt; Source/WebCore/platform/network/curl/SocketStreamHandle.h:69
&gt; &gt; +    bool readData(CURL* curlHandle);
&gt; &gt; +    bool sendData(CURL* curlHandle);
&gt; &gt; +    bool waitForAvailableData(CURL* curlHandle, int selectTimeoutMS);
&gt; 
&gt; These CURL* don’t need argument names in the header, and also, should be
&gt; CURL&amp;.
&gt; </span >

I didn't change the parameter type, as CURL&amp; didn't compile, since CURL is of type void.</pre>
        </div>
      </p>
      <hr>
      <span>You are receiving this mail because:</span>
      
      <ul>
          <li>You are the assignee for the bug.</li>
      </ul>
    </body>
</html>