Roundup Tracker - Issues

Message2615

Author anonymous
Recipients
Date 2003-02-24.09:14:17
Message-id
In-reply-to
currently, roundup does not send "Expires" header or 
response with a 304 to If-Modified-Since requests. This 
leads to reloading of static resources on every page 
serve. An easy workaround would be to add a Cache-
control header to static responses. For example, add 
the following line to Client.serve_static_file():

self.additional_headers['Cache-control'] = "max-
age=7200"
History
Date User Action Args
2009-02-03 14:22:50adminlinkissue692101 messages
2009-02-03 14:22:50admincreate