]> git.ipfire.org Git - thirdparty/libvirt.git/commit
Try harder to send RPC error message back to client
authorDaniel P. Berrange <berrange@redhat.com>
Tue, 17 Aug 2010 14:31:51 +0000 (10:31 -0400)
committerDaniel P. Berrange <berrange@redhat.com>
Tue, 24 Aug 2010 13:19:05 +0000 (14:19 +0100)
commit97d982a748e268153776a622410ea08fea38bace
tree60620887197eff49f15fe63e2206b70ef6e0cda4
parent677c834ca7ddb267657c2b951d9770e0854946f9
Try harder to send RPC error message back to client

When failing to serialize the normal RPC reply, try harder to
send a error message back to the client, instead of immediately
closing the connection.

* daemon/dispatch.c: Improve error messages when RPC reply
  can not be sent
daemon/dispatch.c