summaryrefslogtreecommitdiffstats
path: root/src/rgw/rgw_http_client.cc
diff options
context:
space:
mode:
authorJane Zhu <jzhu116@bloomberg.net>2023-09-05 20:56:15 +0200
committerJuan Zhu <jzhu4@dev-10-34-20-139.pw1.bcc.bloomberg.com>2024-01-16 16:50:45 +0100
commite200499bb3c5703862b92a4d7fb534d98601f1bf (patch)
tree456339f2847e1ff37d6198867bd1c6c16cfd695f /src/rgw/rgw_http_client.cc
parentMerge pull request #54966 from yuvalif/wip-yuval-63855 (diff)
downloadceph-e200499bb3c5703862b92a4d7fb534d98601f1bf.tar.xz
ceph-e200499bb3c5703862b92a4d7fb534d98601f1bf.zip
rgw/multisite: maintain endpoints connectable status and retry the requests to them when appropriate
Signed-off-by: Juan Zhu <jzhu4@dev-10-34-20-139.pw1.bcc.bloomberg.com>
Diffstat (limited to 'src/rgw/rgw_http_client.cc')
-rw-r--r--src/rgw/rgw_http_client.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/rgw/rgw_http_client.cc b/src/rgw/rgw_http_client.cc
index aacc3f40b82..587b33d0478 100644
--- a/src/rgw/rgw_http_client.cc
+++ b/src/rgw/rgw_http_client.cc
@@ -306,6 +306,7 @@ RGWHTTPClient::RGWHTTPClient(CephContext *cct,
verify_ssl(cct->_conf->rgw_verify_ssl),
cct(cct),
method(_method),
+ url_orig(_url),
url(_url) {
init();
}