akamai test failed. retreat

This commit is contained in:
spez
2009-02-09 17:18:24 -08:00
parent 47dae688aa
commit 840a6f010a

View File

@@ -108,6 +108,5 @@ def set_sup_header(user, action):
def set_expires_header():
seconds = make_cur_time(MIN_PERIOD) + MIN_PERIOD
expire_time = datetime.fromtimestamp(seconds, g.tz)
#c.response.headers['expires'] = http_date_str(expire_time)
c.response.headers['Cache-Control'] = 'no-cache'
c.response.headers['Pragma'] = 'no-cache'
c.response.headers['expires'] = http_date_str(expire_time)