We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb550fd commit 7ab4cd1Copy full SHA for 7ab4cd1
roundup/cgi/client.py
@@ -1,4 +1,4 @@
1
-# $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 $
2
3
"""WWW request handler (also used in the stand-alone server).
4
"""
@@ -241,10 +241,6 @@ def inner_main(self):
241
date = time.time() - 1
242
else:
243
date = time.time() + 5
244
- self.additional_headers['Expires'] = date
245
-
246
247
- date = time.time() + 5
248
self.additional_headers['Expires'] = rfc822.formatdate(date)
249
250
# render the content
0 commit comments