<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#c3">Comment # 3</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: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=143953#c2">comment #2</a>)
<span class="quote">&gt; 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>
&gt; Patch
&gt; 
&gt; View in context:
&gt; <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>
&gt; 
&gt; &gt; Source/WebCore/platform/network/curl/CurlCacheEntry.cpp:177
&gt; &gt;  void CurlCacheEntry::setResponseFromCachedHeaders(ResourceResponse&amp; response)
&gt; &gt;  {
&gt; &gt; -    response.setHTTPStatusCode(304);
&gt; &gt; +    response.setHTTPStatusCode(200);
&gt; &gt; +    response.setHTTPStatusText(&quot;OK&quot;);
&gt; 
&gt; 304 is the status of the response from the servers.  If a 304 is received
&gt; from a server, then we as the browser want to tell the webpage that we got a
&gt; 200 OK, right?  This makes sense, but it seems like it would've been a
&gt; bigger problem.  Why wasn't this noticed before?</span >

Yes, it seems like it is only the icon loader which does not accept a 304 response. There is no problem responding with 304 for a cached document or image.</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>