On Thu, Oct 29, 2020 at 11:22:41AM +0800, Ding Hui wrote:
> When we connect to vnc by websocket channel, and disconnect
> (maybe by some network exception) before handshake,
> qemu will left CLOSE_WAIT socket and never close it
Added to fixes queue.
thanks,
Gerd
When we connect to vnc by websocket channel, and disconnect
(maybe by some network exception) before handshake,
qemu will left CLOSE_WAIT socket and never close it
After 04d2529da2 ("ui: convert VNC server to use QIOChannelSocket")
and dd154c4d9f ("io: fix handling of EOF / error conditions in web