Re: [libvirt] [PATCH] Use virNetServerClientImmediateClose() rather than virNetServerClientClose()

2019-11-25 Thread Ján Tomko
On Mon, Nov 25, 2019 at 07:23:07PM +0800, LanceLiu wrote: Please include a description why this change is needed in the commit message, to give the people looking at the git history some understanding of it without having to go through the mailing list archives. See the following blog post for s

Re: [libvirt] [PATCH] Use virNetServerClientImmediateClose() rather than virNetServerClientClose()

2019-11-25 Thread Lance Liu
As I mentioned, I think add this patch will solve the problem you worried about LanceLiu 于2019年11月25日周一 下午7:23写道: > --- > src/remote/remote_daemon_stream.c | 14 +++--- > 1 file changed, 7 insertions(+), 7 deletions(-) > > diff --git a/src/remote/remote_daemon_stream.c > b/src/remote/re

[libvirt] [PATCH] Use virNetServerClientImmediateClose() rather than virNetServerClientClose()

2019-11-25 Thread LanceLiu
--- src/remote/remote_daemon_stream.c | 14 +++--- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/remote/remote_daemon_stream.c b/src/remote/remote_daemon_stream.c index de0dca3..d206d12 100644 --- a/src/remote/remote_daemon_stream.c +++ b/src/remote/remote_daemon_strea