]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
rgw: don't try to unregister request on destructor
authorYehuda Sadeh <yehuda@redhat.com>
Tue, 13 Oct 2015 23:14:17 +0000 (16:14 -0700)
committerYehuda Sadeh <yehuda@redhat.com>
Fri, 12 Feb 2016 00:13:07 +0000 (16:13 -0800)
commit208a38735b21ef6e4dcb593634105540dcf76296
treef8105c4412ca011d7544a536d8dae0a821570c0e
parente18b72f7e97a65af681e368d3706a465603df89d
rgw: don't try to unregister request on destructor

We already unregister the request earlier, and the locking here
was weird and wrong anyway.

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