]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
rgw: http client req handling fixes
authorYehuda Sadeh <yehuda@redhat.com>
Fri, 11 Sep 2015 00:31:03 +0000 (17:31 -0700)
committerYehuda Sadeh <yehuda@redhat.com>
Fri, 12 Feb 2016 00:12:46 +0000 (16:12 -0800)
commit4b80edb13060bbe9f5db2533f6768750b6cb2590
treee362f8ad8126a7bbfefe57baa40374392c41c144
parent3e7b86e64269f98cd77eaaf7fa8e87a017357a9d
rgw: http client req handling fixes

The error buffer for the async requests was on the stack, and not
on the request structure. Some other use after free and locking fixes.

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