<html>
    <head>
      <base href="https://bugs.webkit.org/" />
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - REGRESSION(r183861): [SOUP] Downloads are broken when using the Network Process"
   href="https://bugs.webkit.org/show_bug.cgi?id=144738#c6">Comment # 6</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - REGRESSION(r183861): [SOUP] Downloads are broken when using the Network Process"
   href="https://bugs.webkit.org/show_bug.cgi?id=144738">bug 144738</a>
              from <span class="vcard"><a class="email" href="mailto:cgarcia&#64;igalia.com" title="Carlos Garcia Campos &lt;cgarcia&#64;igalia.com&gt;"> <span class="fn">Carlos Garcia Campos</span></a>
</span></b>
        <pre>(In reply to <a href="show_bug.cgi?id=144738#c4">comment #4</a>)
<span class="quote">&gt; Comment on <span class=""><a href="attachment.cgi?id=253103&amp;action=diff" name="attach_253103" title="Patch">attachment 253103</a> <a href="attachment.cgi?id=253103&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=253103&amp;action=review">https://bugs.webkit.org/attachment.cgi?id=253103&amp;action=review</a>
&gt; 
&gt; &gt; Source/WebKit2/NetworkProcess/NetworkResourceLoader.cpp:-210
&gt; &gt; +    if (m_handle &amp;&amp; !m_didConvertHandleToDownload)
&gt; &gt;          m_handle-&gt;setClient(nullptr);
&gt; &gt; -        m_handle = nullptr;
&gt; &gt; -    }
&gt; 
&gt; This is not right for Mac. On the Mac, the download is not a
&gt; ResourceHandleClient, so the client pointer is invalid once the handle is
&gt; converted to a download.
&gt; 
&gt; Would it be possible to follow Mac design, and not use a
&gt; ResourceHandleClient for downloading? This is quite confusing, I certainly
&gt; didn't expect such a difference when making the change.</span >

What's wrong using a ResourceHandleClient for downloads? We would use libsoup directly for downloading, but we would probably ended up duplicating the ResourceHandle code.</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>