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

This commit is contained in:
Jenkins 2012-04-23 16:00:06 +00:00 committed by Gerrit Code Review
commit 12d4b5e813
1 changed files with 1 additions and 2 deletions

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