diff --git a/seastar b/seastar index 5b95d1d798..412d058cf9 160000 --- a/seastar +++ b/seastar @@ -1 +1 @@ -Subproject commit 5b95d1d798b4ec12b44d7b76411c10302a2c7800 +Subproject commit 412d058cf901687716821fbbd55a377cd32c61b9 diff --git a/utils/s3/retryable_http_client.cc b/utils/s3/retryable_http_client.cc index 3e25b1ceed..c2a60b9a76 100644 --- a/utils/s3/retryable_http_client.cc +++ b/utils/s3/retryable_http_client.cc @@ -47,7 +47,7 @@ future<> retryable_http_client::do_retryable_request(http::request req, http::ex "EACCESS fault injected to simulate authorization failure", aws::retryable::no}); } e = {}; - co_return co_await (as ? http.make_request(req, handler, *as, std::nullopt) : http.make_request(req, handler, std::nullopt)); + co_return co_await http.make_request(req, handler, std::nullopt, as); } catch (const aws::aws_exception& ex) { e = std::current_exception(); request_ex = ex;