Skip to content

Commit

Permalink
Allowed the proxy to pass on the X-Timestamp header.
Browse files Browse the repository at this point in the history
Change-Id: I31a64614231391b52855b88220319b2359bea142
  • Loading branch information
gholt committed Apr 14, 2012
1 parent 40cbff9 commit b20264c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions swift/proxy/server.py
Original file line number Diff line number Diff line change
Expand Up @@ -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


Expand Down

0 comments on commit b20264c

Please sign in to comment.