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

2017-09-21 Thread Brandon Carpenter
Cool. Thanks for helping me through the process and for the great feedback. -- Brandon Carpenter | Software Engineer Cypherpath, Inc. 400 Columbia Point Drive Ste 101 | Richland, Washington USA Office: (650) 713-3060 On Thu, Sep 21, 2017 at 2:55 AM, Daniel P. Berrange wrote: On Wed, Sep 20,

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

2017-09-21 Thread Daniel P. Berrange
On Wed, Sep 20, 2017 at 09:56:07AM -0700, Brandon Carpenter wrote: > How are things looking, Daniel. I believe every comment from the previous > version of the series was addressed. > > I also wanted to mention that I put together a Python script, which acts as > a proxy between noVNC and qemu, an

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

2017-09-20 Thread Brandon Carpenter
How are things looking, Daniel. I believe every comment from the previous version of the series was addressed. I also wanted to mention that I put together a Python script, which acts as a proxy between noVNC and qemu, and can inject various frame types, fragment frames, and shutdown the socke

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

2017-09-18 Thread Stefan Hajnoczi
On Tue, Sep 12, 2017 at 08:21:46AM -0700, 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 be

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

2017-09-12 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