summaryrefslogtreecommitdiff
path: root/paste/fileapp.py
diff options
context:
space:
mode:
Diffstat (limited to 'paste/fileapp.py')
-rw-r--r--paste/fileapp.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/paste/fileapp.py b/paste/fileapp.py
index 2fb5ae1..72dbf4e 100644
--- a/paste/fileapp.py
+++ b/paste/fileapp.py
@@ -85,6 +85,7 @@ class DataApp(object):
def __call__(self, environ, start_response):
headers = self.headers[:]
+ ETAG.update(headers, self.last_modified)
if self.expires is not None:
EXPIRES.update(headers, delta=self.expires)