]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
crimson/net: messenger uses dispatch gate for accept/connect callbacks
authorCasey Bodley <cbodley@redhat.com>
Fri, 14 Sep 2018 18:41:30 +0000 (14:41 -0400)
committerCasey Bodley <cbodley@redhat.com>
Fri, 14 Sep 2018 18:47:32 +0000 (14:47 -0400)
commitcabc60aaec68d6d3abafbd69f805693057ee9814
tree463a1ad4d527921c29a4c4b6dbad38b001a0dd04
parent2a978d5647026439d345da91601d77a91c6a9a91
crimson/net: messenger uses dispatch gate for accept/connect callbacks

the dispatcher can throw to reject a new connection, so these callbacks
were moved ahead of the exception handling

Signed-off-by: Casey Bodley <cbodley@redhat.com>
src/crimson/net/SocketMessenger.cc