]> git-server-git.apps.pok.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 23:02:48 +0000 (16:02 -0700)
Signed-off-by: Yehuda Sadeh <yehuda@redhat.com>
(cherry picked from commit 98433e589f2a8b519726ed23b1565c5eb331c68e)

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();
   }