Issue 1417554: SimpleHTTPServer doesn't return last-modified headers (original) (raw)

Issue1417554

Created on 2006-01-28 19:24 by aaronsw, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Messages (3)
msg27371 - (view) Author: Aaron Swartz (aaronsw) Date: 2006-01-28 19:24
SimpleHTTPServer doesn't return any Last-Modified headers with its responses, which means browsers can't cache them, which means if you try and view pages with images and things it has to reload all of them every time.
msg27372 - (view) Author: Aaron Swartz (aaronsw) Date: 2006-01-28 19:25
Logged In: YES user_id=122141 Here's a patch: http://sourceforge.net/tracker/index.php? func=detail&aid=1417555&group_id=5470&atid=305470
msg27373 - (view) Author: Georg Brandl (georg.brandl) * (Python committer) Date: 2006-02-17 13:36
Logged In: YES user_id=1188172 Committed a patch in rev. 42450.
History
Date User Action Args
2022-04-11 14:56:15 admin set github: 42845
2006-01-28 19:24:21 aaronsw create