From: Yehuda Sadeh Date: Tue, 3 May 2016 17:03:14 +0000 (-0700) Subject: rgw: RGWPeriodPusher, stop http manager explicitly X-Git-Tag: v10.2.1~39^2~5 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=2f65b313d08a5c9dfde220353eaa54204531b1ee;p=ceph.git rgw: RGWPeriodPusher, stop http manager explicitly Signed-off-by: Yehuda Sadeh (cherry picked from commit 98433e589f2a8b519726ed23b1565c5eb331c68e) --- diff --git a/src/rgw/rgw_period_pusher.cc b/src/rgw/rgw_period_pusher.cc index 10bf86ec2bfe..d6b2eabec392 100644 --- a/src/rgw/rgw_period_pusher.cc +++ b/src/rgw/rgw_period_pusher.cc @@ -144,6 +144,7 @@ class RGWPeriodPusher::CRThread { { push_all.reset(); coroutines.stop(); + http.stop(); if (thread.joinable()) thread.join(); }