]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
rgw: beast handle_connection() takes io_context
authorCasey Bodley <cbodley@redhat.com>
Tue, 23 Apr 2019 19:40:01 +0000 (15:40 -0400)
committerCasey Bodley <cbodley@redhat.com>
Thu, 25 Apr 2019 20:27:31 +0000 (16:27 -0400)
commit064f142746ae97f54865069cdacf5aae2b1b14f6
tree984cba66b3edf279b4e9a58f3bd30920264b363a
parent878e488be39e74b5b9a3f55c91f5786f6332be09
rgw: beast handle_connection() takes io_context

as of boost 1.70, the socket no longer has a get_io_context(), so we
have to pass it in as an argument

Signed-off-by: Casey Bodley <cbodley@redhat.com>
src/rgw/rgw_asio_frontend.cc