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: v9.0.1~113^2~1 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=d260a93405a7a34a899f716bd9c4e731baa9ffd0;p=ceph.git rgw: send Content-Length in response for DELETE on Swift container. Backport: hammer Signed-off-by: Radoslaw Zarzynski --- diff --git a/src/rgw/rgw_rest_swift.cc b/src/rgw/rgw_rest_swift.cc index fe186f9edaa9..fc47ccfa1bd3 100644 --- a/src/rgw/rgw_rest_swift.cc +++ b/src/rgw/rgw_rest_swift.cc @@ -402,7 +402,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); }