- From: Jonas Sicking <jonas@sicking.cc>
- Date: Sun, 14 Feb 2010 03:15:05 -0800
- To: Julian Reschke <julian.reschke@gmx.de>
- Cc: public-html@w3.org
Out of curiosity, for a document like: <!DOCTYPE html> <html> <head><title>...</title></head> <body> <img src="myPic.jpg"> <img src="myPic.jpg"> </body> </html> and with a GET request to myPic.jpg returning cache-control:no-cache Should this result in two requests being made to myPic.jpg? If not, is that considered ignoring HTTP caching rules? / Jonas
Received on Sunday, 14 February 2010 11:15:58 UTC