This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author quentel
Recipients quentel
Date 2017-02-25.21:20:35
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <[email protected]>
In-reply-to
Content
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).
History
Date User Action Args
2017-02-25 21:20:35quentelsetrecipients: + quentel
2017-02-25 21:20:35quentelsetmessageid: <[email protected]>
2017-02-25 21:20:35quentellinkissue29654 messages
2017-02-25 21:20:35quentelcreate