Re: [Spice-devel] [PATCH spice-gtk 2/9] channel: reset tls state when client calls connect

2015-01-26 Thread Christophe Fergeau
ACK. Are there client applications calling spice_channel_connect() after the channel has been reset/disconnected? Christophe On Tue, Jan 13, 2015 at 05:38:21PM +0100, Marc-André Lureau wrote: > The channel TLS state is kept during disconnection and reset, for > automatic reconnection and migrati

[Spice-devel] [PATCH spice-gtk 2/9] channel: reset tls state when client calls connect

2015-01-13 Thread Marc-André Lureau
The channel TLS state is kept during disconnection and reset, for automatic reconnection and migrations reasons. However, when spice_channel_connect() is called by client, it should first try non-TLS connection. --- gtk/spice-channel.c | 12 +++- 1 file changed, 7 insertions(+), 5 deletion