Allowed the proxy to pass on the X-Timestamp header.

Change-Id: I31a64614231391b52855b88220319b2359bea142
This commit is contained in:
gholt 2012-04-14 05:23:28 +00:00
parent 40cbff9fd3
commit b20264c9d3

View File

@ -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