]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
rgw: beast frontend checks for local_endpoint() errors 54167/head
authorCasey Bodley <cbodley@redhat.com>
Thu, 6 Oct 2022 17:22:35 +0000 (13:22 -0400)
committerCasey Bodley <cbodley@redhat.com>
Tue, 24 Oct 2023 14:25:53 +0000 (10:25 -0400)
commit74259975e3327c59746c3e4da366090f72fcd572
tree8e8a62a1440722eba7a5a345b01ed880b34eac02
parenta08b0cdd2142190175d1d0786b3d4a7866c2f48b
rgw: beast frontend checks for local_endpoint() errors

socket.local_endpoint() throws on error. use the error_code overload
instead and return on failure

Fixes: https://tracker.ceph.com/issues/57784
Signed-off-by: Casey Bodley <cbodley@redhat.com>
(cherry picked from commit 60af907c91210f60d0009318b8ca2ccd87941bb9)
src/rgw/rgw_asio_frontend.cc