]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
AsyncConnection: dispatch write handler on keepalive2 11601/head
authorIlya Dryomov <idryomov@gmail.com>
Thu, 20 Oct 2016 17:31:40 +0000 (19:31 +0200)
committerIlya Dryomov <idryomov@gmail.com>
Mon, 7 Nov 2016 16:00:49 +0000 (17:00 +0100)
commitaeb979ae4d43edb39136bddae317d88cdacd3c61
treed41cfa0fede321a9140882f35743310336fbcc2a
parentfda4d54cdab3ce15ac66819d8441f5cf65916852
AsyncConnection: dispatch write handler on keepalive2

...otherwise, if the connection is idle (i.e. no proper TAG_MSG
messages), keepalive ack will not get sent until some point in the
future.

Fixes: #17664
Signed-off-by: Ilya Dryomov <idryomov@gmail.com>
src/msg/async/AsyncConnection.cc