Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

rgw: remove suggestion to upgrade libcurl #11630

Merged
merged 1 commit into from Oct 26, 2016
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
3 changes: 1 addition & 2 deletions src/rgw/rgw_http_client.cc
Expand Up @@ -471,8 +471,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