Remove ETag header from DELETE requests

This commit is contained in:
Garret Alfert
2013-12-08 22:42:01 +01:00
parent ba3f5db598
commit 96438bac8d
2 changed files with 0 additions and 5 deletions

View File

@@ -144,7 +144,6 @@ module RemoteStorage
timestamp = (Time.now.to_f * 1000).to_i
delete_or_update_directory_objects(user, directory, timestamp)
server.headers["ETag"] = etag
server.halt riak_response[:code]
rescue ::Riak::HTTPFailedRequest
server.halt 404