Allowed the proxy to pass on the X-Timestamp header.
Change-Id: I31a64614231391b52855b88220319b2359bea142
This commit is contained in:
parent
40cbff9fd3
commit
b20264c9d3
@ -76,8 +76,7 @@ def update_headers(response, headers):
|
||||
if name == 'etag':
|
||||
response.headers[name] = value.replace('"', '')
|
||||
elif name not in ('date', 'content-length', 'content-type',
|
||||
'connection', 'x-timestamp', 'x-put-timestamp',
|
||||
'x-delete-after'):
|
||||
'connection', 'x-put-timestamp', 'x-delete-after'):
|
||||
response.headers[name] = value
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user