Mercurial > p > roundup > code
changeset 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 | ee9c3b850f9e |
| files | roundup/cgi/client.py |
| diffstat | 1 files changed, 1 insertions(+), 5 deletions(-) [+] |
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
