]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
rgw: set up curl with CURL_NOSIGNAL
authorYehuda Sadeh <yehuda@inktank.com>
Tue, 12 Mar 2013 19:56:01 +0000 (12:56 -0700)
committerYehuda Sadeh <yehuda@inktank.com>
Wed, 13 Mar 2013 17:45:07 +0000 (10:45 -0700)
commit88725316ddcfa02ff110e659f7a8131dc1ea2cfc
tree04274f1aa19a2a966856bad9e9cbc6392ccf0b5d
parent1ac8f6abaf084904d0759f187735e284e43b0be8
rgw: set up curl with CURL_NOSIGNAL

Fixes: #4425
Backport: bobtail
Apparently, libcurl needs that in order to be thread safe. Side
effect is that if libcurl is not compiled with c-ares support,
domain name lookups are not going to time out.
Issue affected keystone.

Signed-off-by: Yehuda Sadeh <yehuda@inktank.com>
Reviewed-by: Greg Farnum <greg@inktank.com>
src/rgw/rgw_http_client.cc