Re: [libvirt] [PATCH 04/16] If in delay close mode for an RPC client, don't read further data

2012-07-19 Thread Daniel Veillard
On Wed, Jul 18, 2012 at 05:32:25PM +0100, Daniel P. Berrange wrote: From: Daniel P. Berrange berra...@redhat.com In the delayed close mode, we're just waiting for final data to be written back to the client. While waiting, we should not bother to read more data from the client.

[libvirt] [PATCH 04/16] If in delay close mode for an RPC client, don't read further data

2012-07-18 Thread Daniel P. Berrange
From: Daniel P. Berrange berra...@redhat.com In the delayed close mode, we're just waiting for final data to be written back to the client. While waiting, we should not bother to read more data from the client. Signed-off-by: Daniel P. Berrange berra...@redhat.com ---