If-Modified-Since HTTP header passed by IE9 includes length?
问题 Please clarify this weird If-Modified-Since header passed by IE9 In my ASP.NET 4.0 web app, I've got a generic handler (.ashx) that serves images stored in the DB. In the interest of efficiency, I'm handling some caching-related headers and passing cache information. I'm getting DateTime parse errors moderately frequently from trying to parse the If-Modified-Since header contents, usually from IE9. Turns out it's sending something like this: Mon, 28 Nov 2011 16:34:52 GMT; length=8799 I'm