]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
mgr: dispose of connections after handle_command
authorJohn Spray <john.spray@redhat.com>
Thu, 4 Aug 2016 14:04:17 +0000 (15:04 +0100)
committerJohn Spray <john.spray@redhat.com>
Thu, 29 Sep 2016 16:27:04 +0000 (17:27 +0100)
commit0812669cf2a7247f9d056ff3aae831c95cce50b1
tree52c81c85c01b64270eb1d4cd5138aab16509ce25
parentc38d4915a98a2e096c85a4e379fb90c67bff0d80
mgr: dispose of connections after handle_command

...to avoid leaking them and eventually running out of fds.

Signed-off-by: John Spray <john.spray@redhat.com>
src/mgr/DaemonServer.cc