From: guozhandong <18896723979@139.com> Date: Mon, 12 Dec 2016 00:38:58 +0000 (+0800) Subject: rgw: remove duplicate flush formatter X-Git-Tag: v12.0.2~201^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=4e7a3467e132871d9fb85bd4496f456f7bbe45f7;p=ceph.git rgw: remove duplicate flush formatter Signed-off-by: Guo Zhandong --- diff --git a/src/rgw/rgw_rest.cc b/src/rgw/rgw_rest.cc index 7520b6a5692..d8add134895 100644 --- a/src/rgw/rgw_rest.cc +++ b/src/rgw/rgw_rest.cc @@ -806,7 +806,6 @@ void abort_early(struct req_state *s, RGWOp *op, int err_no, } else { end_header(s, op); } - rgw_flush_formatter(s, s->formatter); } perfcounter->inc(l_rgw_failed_req); }