Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SimpleHTTPServer doesn't return last-modified headers #42845

Closed
aaronsw mannequin opened this issue Jan 28, 2006 · 3 comments
Closed

SimpleHTTPServer doesn't return last-modified headers #42845

aaronsw mannequin opened this issue Jan 28, 2006 · 3 comments
Labels
stdlib Python modules in the Lib dir

Comments

@aaronsw
Copy link
Mannequin

aaronsw mannequin commented Jan 28, 2006

BPO 1417554
Nosy @birkenfeld

Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.

Show more details

GitHub fields:

assignee = None
closed_at = <Date 2006-02-17.13:36:43.000>
created_at = <Date 2006-01-28.19:24:21.000>
labels = ['library']
title = "SimpleHTTPServer doesn't return last-modified headers"
updated_at = <Date 2006-02-17.13:36:43.000>
user = 'https://bugs.python.org/aaronsw'

bugs.python.org fields:

activity = <Date 2006-02-17.13:36:43.000>
actor = 'georg.brandl'
assignee = 'none'
closed = True
closed_date = None
closer = None
components = ['Library (Lib)']
creation = <Date 2006-01-28.19:24:21.000>
creator = 'aaronsw'
dependencies = []
files = []
hgrepos = []
issue_num = 1417554
keywords = []
message_count = 3.0
messages = ['27371', '27372', '27373']
nosy_count = 2.0
nosy_names = ['aaronsw', 'georg.brandl']
pr_nums = []
priority = 'normal'
resolution = 'fixed'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue1417554'
versions = ['Python 2.4']

@aaronsw
Copy link
Mannequin Author

aaronsw mannequin commented Jan 28, 2006

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.

@aaronsw aaronsw mannequin closed this as completed Jan 28, 2006
@aaronsw aaronsw mannequin added the stdlib Python modules in the Lib dir label Jan 28, 2006
@aaronsw aaronsw mannequin closed this as completed Jan 28, 2006
@aaronsw aaronsw mannequin added the stdlib Python modules in the Lib dir label Jan 28, 2006
@aaronsw
Copy link
Mannequin Author

aaronsw mannequin commented Jan 28, 2006

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

@birkenfeld
Copy link
Member

Logged In: YES
user_id=1188172

Committed a patch in rev. 42450.

@ezio-melotti ezio-melotti transferred this issue from another repository Apr 10, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
stdlib Python modules in the Lib dir
Projects
None yet
Development

No branches or pull requests

1 participant