From: Orit Wasserman Date: Mon, 22 Jun 2015 11:51:49 +0000 (+0200) Subject: rgw: force content_type for swift bucket stats request X-Git-Tag: v9.0.3~139^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F5041%2Fhead;p=ceph.git rgw: force content_type for swift bucket stats request Fixes: 12095 Signed-off-by: Orit Wasserman --- diff --git a/src/rgw/rgw_rest_swift.cc b/src/rgw/rgw_rest_swift.cc index 46768affdee4..242a7d9e992a 100644 --- a/src/rgw/rgw_rest_swift.cc +++ b/src/rgw/rgw_rest_swift.cc @@ -357,7 +357,7 @@ void RGWStatBucket_ObjStore_SWIFT::send_response() set_req_state_err(s, ret); dump_errno(s); - end_header(s, this); + end_header(s, this,NULL,0, true); dump_start(s); }