Avoiding "connection: close" when returning a 304 (Not Modified) status code in ASP.NET (Part 2)
In part 1 I discussed how to return a HTTP 304 status code when you don’t want to send clients an entire response if the client already has an updated version of the page in their cache. How can you verify this is actually working as you expect? You can an HTTP monitoring tool to see the requests your […]
Read Full Post | Make a Comment ( 2 so far )