304 returning in repeat view for every image

Hi,

I am testing the home page of my website. I have uploaded all the used images to Amazon S3 using Bucket Explorer & set Expires header for that image folder.
Waterfall model of first view giving correct model then it prompt at top that “Test is partially complete.
This page will refresh every 30 seconds until the full test is complete.” Then repeat view shown after 30 second. All the images returned 304 response. But I have set expire header to all the images then they are cached in first load. Then why it return 304 error code in repeat view?

Thanks for help.

Whats your site? or link to the test result?

Hi, my testing result - WebPageTest Test - WebPageTest Details
My query is that though all the images are downloaded once in first preview to browser using GET request, then why repeat view responding 304 error. i also have set “Expires” (31 Dec, 2049) headers on images. Why 304 there?

Thanks

Expires: Fri, Dec 31 2049 23:59:59 GMT

That maybe the problem?
Maybe IE is getting confused with so far future expires… never seen a site using 40 years for it. try setting a date in 2011 or 2012.

The specs call for no more than 1 year.