<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#c8">Comment # 8</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>Or we could add isDownload() to ResourceHandleClient and do something like:

if (m_handle &amp;&amp; m_handle-&gt;client() &amp;&amp; !m_handle-&gt;client()-&gt;isDownload())
    m_handle-&gt;setClient(nullptr);

it will always return false for non soup ports.</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>