]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
rgw: RGWHTTPManager, can call stop() more than once
authorYehuda Sadeh <yehuda@redhat.com>
Tue, 3 May 2016 17:02:02 +0000 (10:02 -0700)
committerYehuda Sadeh <yehuda@redhat.com>
Mon, 9 May 2016 21:36:40 +0000 (14:36 -0700)
commitbdce81a2ae00f154420386e107a104cbf100d96d
tree8c97b86f0d1a7365a04512862e9f2ce7b208fe0a
parentd1ec31def71505dc95139fbdd3b49c92fec1d296
rgw: RGWHTTPManager, can call stop() more than once

destructor calls stop(), but it can be also called explicitly, if caller
wants to ensure requests are not being handled anymore.

Signed-off-by: Yehuda Sadeh <yehuda@redhat.com>
src/rgw/rgw_http_client.cc
src/rgw/rgw_http_client.h