[issue29654] SimpleHTTPRequestHandler should support browser cache

Pierre Quentel report at bugs.python.org
Sat Feb 25 16:20:35 EST 2017


New submission from Pierre Quentel:

SimpleHTTPServer send a Last-Modified response header, but doesn't take into account the If-Modified-Since header if it was sent by the user agent. 

If a url matches a file and this file was not modified after the value of the If-Modified-Since header, the server should return HTTP status 304 (Not Modified).

----------
components: Library (Lib)
messages: 288581
nosy: quentel
priority: normal
severity: normal
status: open
title: SimpleHTTPRequestHandler should support browser cache
type: enhancement
versions: Python 3.7

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue29654>
_______________________________________


More information about the Python-bugs-list mailing list