On Fri, Jul 27, 2012 at 13:33:06 +0100, Daniel P. Berrange wrote:
> On Thu, Jul 26, 2012 at 04:00:22PM +0200, Jiri Denemark wrote:
> > On Tue, Jul 24, 2012 at 14:22:43 +0100, Daniel P. Berrange wrote:
> > > From: "Daniel P. Berrange"
> > >
> > > In the socket event handler for the RPC client we m
On Thu, Jul 26, 2012 at 04:00:22PM +0200, Jiri Denemark wrote:
> On Tue, Jul 24, 2012 at 14:22:43 +0100, Daniel P. Berrange wrote:
> > From: "Daniel P. Berrange"
> >
> > In the socket event handler for the RPC client we must deal
> > with read/write events, before checking for EOF, otherwise
> >
On Tue, Jul 24, 2012 at 14:22:43 +0100, Daniel P. Berrange wrote:
> From: "Daniel P. Berrange"
>
> In the socket event handler for the RPC client we must deal
> with read/write events, before checking for EOF, otherwise
> we might close the socket before we've read & acted upon the
> last RPC mes
From: "Daniel P. Berrange"
In the socket event handler for the RPC client we must deal
with read/write events, before checking for EOF, otherwise
we might close the socket before we've read & acted upon the
last RPC messages
Signed-off-by: Daniel P. Berrange
---
src/rpc/virnetclient.c | 20 +