<html>
    <head>
      <base href="https://bugs.webkit.org/" />
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - [Curl] Favicons loaded from disc cache are ignored."
   href="https://bugs.webkit.org/show_bug.cgi?id=143953#c2">Comment # 2</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - [Curl] Favicons loaded from disc cache are ignored."
   href="https://bugs.webkit.org/show_bug.cgi?id=143953">bug 143953</a>
              from <span class="vcard"><a class="email" href="mailto:achristensen&#64;apple.com" title="Alex Christensen &lt;achristensen&#64;apple.com&gt;"> <span class="fn">Alex Christensen</span></a>
</span></b>
        <pre>Comment on <span class=""><a href="attachment.cgi?id=251165&amp;action=diff" name="attach_251165" title="Patch">attachment 251165</a> <a href="attachment.cgi?id=251165&amp;action=edit" title="Patch">[details]</a></span>
Patch

View in context: <a href="https://bugs.webkit.org/attachment.cgi?id=251165&amp;action=review">https://bugs.webkit.org/attachment.cgi?id=251165&amp;action=review</a>

<span class="quote">&gt; Source/WebCore/platform/network/curl/CurlCacheEntry.cpp:177
&gt;  void CurlCacheEntry::setResponseFromCachedHeaders(ResourceResponse&amp; response)
&gt;  {
&gt; -    response.setHTTPStatusCode(304);
&gt; +    response.setHTTPStatusCode(200);
&gt; +    response.setHTTPStatusText(&quot;OK&quot;);</span >

304 is the status of the response from the servers.  If a 304 is received from a server, then we as the browser want to tell the webpage that we got a 200 OK, right?  This makes sense, but it seems like it would've been a bigger problem.  Why wasn't this noticed before?</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>