Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 0 additions & 6 deletions test/common.py
Original file line number Diff line number Diff line change
Expand Up @@ -2335,12 +2335,6 @@ def do_GET(self):
raise Exception('browser harness error, excessive response to server - test must be fixed! "%s"' % self.path)
self.send_response(200)
self.send_header('Content-type', 'text/plain')

self.send_header('Cache-Control', 'no-cache, no-store, must-revalidate, private, max-age=0')
self.send_header('Expires', '0')
self.send_header('Pragma', 'no-cache')
self.send_header('Vary', '*') # Safari insists on caching if this header is not present in addition to the above

self.send_header('Connection', 'close')
self.end_headers()
self.wfile.write(b'OK')
Expand Down