<html>
    <head>
      <base href="https://bugs.webkit.org/" />
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - XHR Remove Headers"
   href="https://bugs.webkit.org/show_bug.cgi?id=160432#c4">Comment # 4</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - XHR Remove Headers"
   href="https://bugs.webkit.org/show_bug.cgi?id=160432">bug 160432</a>
              from <span class="vcard"><a class="email" href="mailto:marc&#64;rupy.se" title="marc&#64;rupy.se">marc&#64;rupy.se</a>
</span></b>
        <pre>Maybe this is better:

if(m_sameOriginRequest &amp;&amp; value.length() == 0) {
   m_requestHeaders.remove(name)
   return;
}

Just google &quot;remove header XHR&quot; to see why those 4 lines would be a great addition to webkit.</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>