Skip to content

Commit

Permalink
rgw: remove suggestion to upgrade libcurl
Browse files Browse the repository at this point in the history
Reported-by: Ken Dreyer <kdreyer@redhat.com>
Signed-off-by: Casey Bodley <cbodley@redhat.com>
(cherry picked from commit dcff120)
  • Loading branch information
cbodley committed Oct 26, 2016
1 parent 581f981 commit af065a4
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/rgw/rgw_http_client.cc
Expand Up @@ -399,8 +399,7 @@ static int detect_curl_multi_wait_bug(CephContext *cct, CURLM *handle,
curl_multi_wait_bug_present = true;
ldout(cct, 0) << "WARNING: detected a version of libcurl which contains a "
"bug in curl_multi_wait(). enabling a workaround that may degrade "
"performance slightly. please upgrade to a more recent version of "
"libcurl." << dendl;
"performance slightly." << dendl;
}

return clear_signal(read_fd);
Expand Down

0 comments on commit af065a4

Please sign in to comment.