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 95f66f7 commit 9376aa9Copy full SHA for 9376aa9
roundup/cgi/client.py
@@ -820,9 +820,6 @@ def inner_main(self):
820
# now render the page
821
# we don't want clients caching our dynamic pages
822
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'
826
827
# pages with messages added expire right now
828
# simple views may be cached for a small amount of time
0 commit comments