Re: [Spice-devel] [PATCH win-vdagent] Don't exit when receiving unknown messages

2019-03-01 Thread Frediano Ziglio
> On Thu, 2019-02-28 at 03:31 -0500, Frediano Ziglio wrote: > > > > > > In 8251fa25, a check on the minimum size of a message was > > > introduced. > > > For unsupported messages, the vdagent simply exited. This makes it > > > difficult to extend the vdagent protocol without breaking old > > > >

Re: [Spice-devel] [PATCH win-vdagent] Don't exit when receiving unknown messages

2019-02-28 Thread Jonathon Jongsma
On Thu, 2019-02-28 at 03:31 -0500, Frediano Ziglio wrote: > > > > In 8251fa25, a check on the minimum size of a message was > > introduced. > > For unsupported messages, the vdagent simply exited. This makes it > > difficult to extend the vdagent protocol without breaking old > > The protocol is

Re: [Spice-devel] [PATCH win-vdagent] Don't exit when receiving unknown messages

2019-02-28 Thread Frediano Ziglio
> > In 8251fa25, a check on the minimum size of a message was introduced. > For unsupported messages, the vdagent simply exited. This makes it > difficult to extend the vdagent protocol without breaking old The protocol is using capabilities, there should not be unsupported messages. > installat