Skip to content

Commit 7ab4cd1

Browse files
author
Alexander Smishlajev
committed
argh. never commit without running the code first!!!
1 parent fb550fd commit 7ab4cd1

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

roundup/cgi/client.py

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# $Id: client.py,v 1.189 2004-10-20 06:30:32 a1s Exp $
1+
# $Id: client.py,v 1.190 2004-10-20 06:36:06 a1s Exp $
22

33
"""WWW request handler (also used in the stand-alone server).
44
"""
@@ -241,10 +241,6 @@ def inner_main(self):
241241
date = time.time() - 1
242242
else:
243243
date = time.time() + 5
244-
self.additional_headers['Expires'] = date
245-
246-
247-
date = time.time() + 5
248244
self.additional_headers['Expires'] = rfc822.formatdate(date)
249245

250246
# render the content

0 commit comments

Comments
 (0)