remove etag code

Ashley Teoh 8 years ago
parent 4f944737d8
commit 3f6bfde0a3

@ -141,9 +141,6 @@ class NbconvertFileHandler(IPythonHandler):
self.set_header('Cache-Control', 'no-store, no-cache, must-revalidate, max-age=0')
self.finish(output)
def compute_etag(self):
return None
class NbconvertPostHandler(IPythonHandler):
SUPPORTED_METHODS = ('POST',)

Loading…
Cancel
Save