Re: [Qemu-devel] [PATCH v2 5/6] io: Ignore websocket PING and PONG frames

2017-09-11 Thread Daniel P. Berrange
On Mon, Sep 11, 2017 at 09:38:46AM +0100, Daniel P. Berrange wrote: > On Fri, Sep 08, 2017 at 10:38:00AM -0700, Brandon Carpenter wrote: > > Keep pings and gratuitous pongs generated by web browsers from killing > > websocket connections. > > > > Signed-off-by: Brandon Carpenter > > --- > > io/c

Re: [Qemu-devel] [PATCH v2 5/6] io: Ignore websocket PING and PONG frames

2017-09-11 Thread Daniel P. Berrange
On Fri, Sep 08, 2017 at 10:38:00AM -0700, Brandon Carpenter wrote: > Keep pings and gratuitous pongs generated by web browsers from killing > websocket connections. > > Signed-off-by: Brandon Carpenter > --- > io/channel-websock.c | 21 + > 1 file changed, 17 insertions(+), 4

[Qemu-devel] [PATCH v2 5/6] io: Ignore websocket PING and PONG frames

2017-09-08 Thread Brandon Carpenter
Keep pings and gratuitous pongs generated by web browsers from killing websocket connections. Signed-off-by: Brandon Carpenter --- io/channel-websock.c | 21 + 1 file changed, 17 insertions(+), 4 deletions(-) diff --git a/io/channel-websock.c b/io/channel-websock.c index 318