Re: [libvirt] [PATCH 4/9] daemon: stream: Close stream on send failure

2016-05-02 Thread Michal Privoznik
On 25.04.2016 20:46, Cole Robinson wrote: > This is the only place in daemon/stream.c that sets > 'stream->closed = true' but neglects to actually abort the stream > and remove the callback, which seems wrong. > --- > daemon/stream.c | 3 +++ > 1 file changed, 3 insertions(+) > > diff --git a/dae

[libvirt] [PATCH 4/9] daemon: stream: Close stream on send failure

2016-04-25 Thread Cole Robinson
This is the only place in daemon/stream.c that sets 'stream->closed = true' but neglects to actually abort the stream and remove the callback, which seems wrong. --- daemon/stream.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/daemon/stream.c b/daemon/stream.c index c892dcb..f072a17 1006