From: Radoslaw Zarzynski Date: Fri, 6 Mar 2015 12:18:19 +0000 (+0100) Subject: rgw: send Content-Length in response for DELETE on Swift container. X-Git-Tag: v0.80.11~66^2~1 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=1b4536aa47fd6d2440fbd30b64b5b46eaa21215a;p=ceph.git rgw: send Content-Length in response for DELETE on Swift container. Backport: hammer Signed-off-by: Radoslaw Zarzynski (cherry picked from commit d260a93405a7a34a899f716bd9c4e731baa9ffd0) --- diff --git a/src/rgw/rgw_rest_swift.cc b/src/rgw/rgw_rest_swift.cc index 69b66cb530d7..57821b73241d 100644 --- a/src/rgw/rgw_rest_swift.cc +++ b/src/rgw/rgw_rest_swift.cc @@ -389,7 +389,7 @@ void RGWDeleteBucket_ObjStore_SWIFT::send_response() set_req_state_err(s, r); dump_errno(s); - end_header(s, this); + end_header(s, this, NULL, 0); rgw_flush_formatter_and_reset(s, s->formatter); }