rgw: RGWPeriodPusher, stop http manager explicitly

Signed-off-by: Yehuda Sadeh <yehuda@redhat.com>
This commit is contained in:
Yehuda Sadeh 2016-05-03 10:03:14 -07:00
parent bdce81a2ae
commit 98433e589f

View File

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