Re: [Qemu-devel] [PATCH v2 0/6] Update websocket code to more fully support the RFC

2017-09-08 Thread Eric Blake
On 09/08/2017 01:11 PM, Brandon Carpenter wrote: > My apologies. I read that document before submitting the patch, but > there was a lot to take in. Would you like me to resend the patch > without the references? Not a problem - we all had to submit our first patch at some point in time in the pas

Re: [Qemu-devel] [PATCH v2 0/6] Update websocket code to more fully support the RFC

2017-09-08 Thread Brandon Carpenter
My apologies. I read that document before submitting the patch, but there was a lot to take in. Would you like me to resend the patch without the references? -- Brandon Carpenter | Software Engineer Cypherpath, Inc. 400 Columbia Point Drive Ste 101 | Richland, Washington USA Office: (650) 713-30

[Qemu-devel] [PATCH v2 0/6] Update websocket code to more fully support the RFC

2017-09-08 Thread Brandon Carpenter
We've been experiencing issues where the qemu websocket server closes connections from noVNC clients for no apparent reason. Debugging shows that certain web browsers are injecting ping and pong frames when the connection becomes idle. Some browsers send those frames without a payload, which also i

Re: [Qemu-devel] [PATCH v2 0/6] Update websocket code to more fully support the RFC

2017-09-08 Thread Eric Blake
On 09/08/2017 12:37 PM, Brandon Carpenter wrote: > We've been experiencing issues where the qemu websocket server closes > connections from noVNC clients for no apparent reason. Debugging shows > that certain web browsers are injecting ping and pong frames when the > connection becomes idle. Some b