<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#c20">Comment # 20</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#c19">comment #19</a>)
<span class="quote">&gt; Comment on <span class=""><a href="attachment.cgi?id=253030&amp;action=diff" name="attach_253030" title="Patch">attachment 253030</a> <a href="attachment.cgi?id=253030&amp;action=edit" title="Patch">[details]</a></span>
&gt; Patch
&gt; 
&gt; View in context:
&gt; <a href="https://bugs.webkit.org/attachment.cgi?id=253030&amp;action=review">https://bugs.webkit.org/attachment.cgi?id=253030&amp;action=review</a>
&gt; 
&gt; &gt; Source/WebCore/platform/network/curl/SocketStreamHandle.h:92
&gt; &gt; +        SocketData(std::unique_ptr&lt;char[]&gt;&amp;&amp; source, int length)
&gt; &gt; +        {
&gt; &gt; +            data = WTF::move(source);
&gt; &gt; +            size = length;
&gt; &gt; +        }
&gt; 
&gt; Really irritating that we have to do this to work around a bug in MSVC, but
&gt; I’m pretty sure that is indeed what we are doing, working around a bug. Two
&gt; separate related bugs, I guess.
&gt; </span >

Thanks for reviewing :) I can try to remember to revisit this code when we move to the next MSVC version.</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>