]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
rgw: RGWPeriodPusher, stop http manager explicitly
authorYehuda Sadeh <yehuda@redhat.com>
Tue, 3 May 2016 17:03:14 +0000 (10:03 -0700)
committerYehuda Sadeh <yehuda@redhat.com>
Mon, 9 May 2016 21:36:40 +0000 (14:36 -0700)
Signed-off-by: Yehuda Sadeh <yehuda@redhat.com>
src/rgw/rgw_period_pusher.cc

index 10bf86ec2bfea9cbcd591655ac7742d19efa7438..d6b2eabec392071ab7864b0aaa37cdf5b23c63bb 100644 (file)
@@ -144,6 +144,7 @@ class RGWPeriodPusher::CRThread {
   {
     push_all.reset();
     coroutines.stop();
+    http.stop();
     if (thread.joinable())
       thread.join();
   }