From 98433e589f2a8b519726ed23b1565c5eb331c68e Mon Sep 17 00:00:00 2001 From: Yehuda Sadeh Date: Tue, 3 May 2016 10:03:14 -0700 Subject: [PATCH] rgw: RGWPeriodPusher, stop http manager explicitly Signed-off-by: Yehuda Sadeh --- src/rgw/rgw_period_pusher.cc | 1 + 1 file changed, 1 insertion(+) diff --git a/src/rgw/rgw_period_pusher.cc b/src/rgw/rgw_period_pusher.cc index 10bf86ec2bfea..d6b2eabec3920 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(); } -- 2.39.5