Re: [Spice-devel] [PATCH spice-server 00/23] WebSocket support

2019-06-25 Thread Jeremy White
Series Acked-by: Jeremy White On 6/25/19 11:11 AM, Frediano Ziglio wrote: Updated a longstanding patch for WebSocket support. This includes: - style updates: - types (C99 instead of GLib); - memory allocation (GLib instead of SPICE functions); - support for Windows; - different fixes; -

[Spice-devel] [PATCH spice-server 00/23] WebSocket support

2019-06-25 Thread Frediano Ziglio
Updated a longstanding patch for WebSocket support. This includes: - style updates: - types (C99 instead of GLib); - memory allocation (GLib instead of SPICE functions); - support for Windows; - different fixes; - automatic tests using Autobahn Testsuite; - some missing features: - PING/PONG