We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e82c0ff + 0e00093 commit 8ed9518Copy full SHA for 8ed9518
src/rgw/rgw_http_client.cc
@@ -1147,7 +1147,6 @@ void *RGWHTTPManager::reqs_thread_entry()
1147
http_status = err.http_ret;
1148
}
1149
int id = req_data->id;
1150
- finish_request(req_data, status, http_status);
1151
switch (result) {
1152
case CURLE_OK:
1153
break;
@@ -1160,6 +1159,7 @@ void *RGWHTTPManager::reqs_thread_entry()
1160
1159
dout(20) << "ERROR: curl error: " << curl_easy_strerror((CURLcode)result) << " req_data->error_buf=" << req_data->error_buf << dendl;
1161
1162
+ finish_request(req_data, status, http_status);
1163
1164
1165
0 commit comments