<html>
    <head>
      <base href="https://bugs.webkit.org/" />
    </head>
    <body><span class="vcard"><a class="email" href="mailto:WebKit&#64;JeremyZerfas.com" title="Jeremy Zerfas &lt;WebKit&#64;JeremyZerfas.com&gt;"> <span class="fn">Jeremy Zerfas</span></a>
</span> changed
              <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - Lack of picture display"
   href="https://bugs.webkit.org/show_bug.cgi?id=129233">bug 129233</a>
        <br>
             <table border="1" cellspacing="0" cellpadding="8">
          <tr>
            <th>What</th>
            <th>Removed</th>
            <th>Added</th>
          </tr>

         <tr>
           <td style="text-align:right;">CC</td>
           <td>
               &nbsp;
           </td>
           <td>WebKit&#64;JeremyZerfas.com
           </td>
         </tr></table>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - Lack of picture display"
   href="https://bugs.webkit.org/show_bug.cgi?id=129233#c1">Comment # 1</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - Lack of picture display"
   href="https://bugs.webkit.org/show_bug.cgi?id=129233">bug 129233</a>
              from <span class="vcard"><a class="email" href="mailto:WebKit&#64;JeremyZerfas.com" title="Jeremy Zerfas &lt;WebKit&#64;JeremyZerfas.com&gt;"> <span class="fn">Jeremy Zerfas</span></a>
</span></b>
        <pre>I can verify that the behavior described in this ticket is still present in r186279 (and also Chrome 43.0.2357.134). This problem is occurring because the server is setting the Content-Length header for the images larger than they are supposed to be which then causes a load error after the transfer times out after several seconds.

As an example, the first broken image from the thread <a href="http://www.modularfords.com/attachment.php?attachmentid=84722&amp;d=1324949965">http://www.modularfords.com/attachment.php?attachmentid=84722&amp;d=1324949965</a> has a Content-Length value of 97010 but it looks like it really should be 56250. The incorrect Content-Length also causes problems when trying to download the image using curl by running &quot;curl <a href="http://www.modularfords.com/attachment.php?attachmentid=84722\&amp;d=1324949965">http://www.modularfords.com/attachment.php?attachmentid=84722\&amp;d=1324949965</a> &gt; /dev/null&quot; which then generates the following output:

  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
 57 97010   57 56250    0     0   179k      0 --:--:-- --:--:-- --:--:--  180k
curl: (18) transfer closed with 40760 bytes remaining to read

Perhaps for incomplete image transfers WebKit should be altered to try displaying the images using whatever data it was able to retrieve? That seems to be what Firefox does. If that sounds reasonable, I think I could make a patch to do that.</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>