remove no-cache header. maybe it works then…
This commit is contained in:
parent
18d6bc82d6
commit
8f313757ad
1 changed files with 0 additions and 1 deletions
|
@ -256,5 +256,4 @@ def map_image(request, area, level):
|
||||||
response.write(chunk)
|
response.write(chunk)
|
||||||
|
|
||||||
response['E-Tag'] = etag
|
response['E-Tag'] = etag
|
||||||
response['Cache-Control'] = 'no-cache'
|
|
||||||
return response
|
return response
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue