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 <1488057635.77.0.128841709763.issue29654@psf.upfronthosting.co.za>
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: <1488057635.77.0.128841709763.issue29654@psf.upfronthosting.co.za>
2017-02-25 21:20:35quentellinkissue29654 messages
2017-02-25 21:20:35quentelcreate