diff roundup/cgi/client.py @ 2800:3adcdd5b9247

argh. never commit without running the code first!!!
author Alexander Smishlajev <a1s@users.sourceforge.net>
date Wed, 20 Oct 2004 06:36:06 +0000
parents 9605965569b0
children 18c28d22b3b5
line wrap: on
line diff
--- a/roundup/cgi/client.py	Wed Oct 20 06:30:32 2004 +0000
+++ b/roundup/cgi/client.py	Wed Oct 20 06:36:06 2004 +0000
@@ -1,4 +1,4 @@
-# $Id: client.py,v 1.189 2004-10-20 06:30:32 a1s Exp $
+# $Id: client.py,v 1.190 2004-10-20 06:36:06 a1s Exp $
 
 """WWW request handler (also used in the stand-alone server).
 """
@@ -241,10 +241,6 @@
                 date = time.time() - 1
             else:
                 date = time.time() + 5
-             self.additional_headers['Expires'] = date
-
-
-            date = time.time() + 5
             self.additional_headers['Expires'] = rfc822.formatdate(date)
 
             # render the content

Roundup Issue Tracker: http://roundup-tracker.org/