]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
rgw: remove duplicate flush formatter 12437/head
authorguozhandong <18896723979@139.com>
Mon, 12 Dec 2016 00:38:58 +0000 (08:38 +0800)
committerguozhandong <18896723979@139.com>
Mon, 12 Dec 2016 00:39:06 +0000 (08:39 +0800)
Signed-off-by: Guo Zhandong <guozhandong@cmss.chinamobile.com>
src/rgw/rgw_rest.cc

index 7520b6a56921e360fa5524b09f5ce97fb7b0e436..d8add134895218069d349ac23b144b29067689a9 100644 (file)
@@ -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);
 }