remove no-cache header. maybe it works then…

This commit is contained in:
Laura Klünder 2016-12-22 12:27:43 +01:00
parent 18d6bc82d6
commit 8f313757ad

View file

@ -256,5 +256,4 @@ def map_image(request, area, level):
response.write(chunk)
response['E-Tag'] = etag
response['Cache-Control'] = 'no-cache'
return response