Skip to content

Commit 9376aa9

Browse files
committed
remove obsolete comment
remove commented out setting of pragma header. pragma header is obsolete.
1 parent 95f66f7 commit 9376aa9

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

roundup/cgi/client.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -820,9 +820,6 @@ def inner_main(self):
820820
# now render the page
821821
# we don't want clients caching our dynamic pages
822822
self.additional_headers['Cache-Control'] = 'no-cache'
823-
# Pragma: no-cache makes Mozilla and its ilk
824-
# double-load all pages!!
825-
# self.additional_headers['Pragma'] = 'no-cache'
826823

827824
# pages with messages added expire right now
828825
# simple views may be cached for a small amount of time

0 commit comments

Comments
 (0)