Re: [Spice-devel] [PATCH spice-streaming-agent v3 3/4] Handle capabilities

2018-02-21 Thread Frediano Ziglio
> > On Tue, 2018-02-20 at 20:48 +, Frediano Ziglio wrote: > > Do not bail if the server is attempting to communicate some extensions > > but just ignore as at the moment we support none. > > > > Signed-off-by: Frediano Ziglio > > --- > > src/spice-streaming-agent.cpp | 30 +++

Re: [Spice-devel] [PATCH spice-streaming-agent v3 3/4] Handle capabilities

2018-02-21 Thread Lukáš Hrázký
On Tue, 2018-02-20 at 20:48 +, Frediano Ziglio wrote: > Do not bail if the server is attempting to communicate some extensions > but just ignore as at the moment we support none. > > Signed-off-by: Frediano Ziglio > --- > src/spice-streaming-agent.cpp | 30 ++ > 1

[Spice-devel] [PATCH spice-streaming-agent v3 3/4] Handle capabilities

2018-02-20 Thread Frediano Ziglio
Do not bail if the server is attempting to communicate some extensions but just ignore as at the moment we support none. Signed-off-by: Frediano Ziglio --- src/spice-streaming-agent.cpp | 30 ++ 1 file changed, 30 insertions(+) diff --git a/src/spice-streaming-agent.