diff roundup/cgi/client.py @ 7258:b6839d357971

remove obsolete comment remove commented out setting of pragma header. pragma header is obsolete.
author John Rouillard <rouilj@ieee.org>
date Tue, 18 Apr 2023 16:28:24 -0400
parents 07ce4e4110f5
children 1cf1ffa65522
line wrap: on
line diff
--- a/roundup/cgi/client.py	Thu Apr 13 00:08:04 2023 -0400
+++ b/roundup/cgi/client.py	Tue Apr 18 16:28:24 2023 -0400
@@ -820,9 +820,6 @@
                 # now render the page
                 # we don't want clients caching our dynamic pages
                 self.additional_headers['Cache-Control'] = 'no-cache'
-                # Pragma: no-cache makes Mozilla and its ilk
-                # double-load all pages!!
-                #            self.additional_headers['Pragma'] = 'no-cache'
 
                 # pages with messages added expire right now
                 # simple views may be cached for a small amount of time

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