Patches item #1442867, was opened at 2006-03-04 03:40 Message generated for change (Comment added) made by loewis You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=305470&aid=1442867&group_id=5470
Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: Library (Lib) Group: Python 2.5 Status: Open Resolution: None Priority: 5 Submitted By: Shannon -jj Behrens (jjinux) Assigned to: Nobody/Anonymous (nobody) Summary: Add support for the If-Modified-Since header Initial Comment: Added support for the If-Modified-Since header to SimpleHTTPServer. That way things like images don't get downloaded again on every new page request. ---------------------------------------------------------------------- >Comment By: Martin v. Löwis (loewis) Date: 2006-04-15 18:24 Message: Logged In: YES user_id=21627 What is the reason for raising ValueError, instead of returning True right away? Please re-read section 14.25 of the RFC: a if-modified-since date "from the future" must be considered invalid. Also, there seems to be some interaction with the Range: header. How is that dealt with? Also, where is the length attribute to if-modified-since specified? Also, should there be changed to Doc/lib/libsimplehttp.tex? ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=305470&aid=1442867&group_id=5470 _______________________________________________ Patches mailing list [email protected] http://mail.python.org/mailman/listinfo/patches
