changeset 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 16d6d81b4565
children 0c596e39980f
files roundup/cgi/client.py
diffstat 1 files changed, 0 insertions(+), 3 deletions(-) [+]
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/