[vlc-devel] [PATCH] access: ftp: add TLS support (fix #137)

Francois Cartegnie fcvlcdev at free.fr
Tue Jul 23 12:03:33 CEST 2013


Le 17/07/2013 14:27, Francois Cartegnie a écrit :

If there's no further comments..

I'll just add a missing else condition for shutdown. (ssl needs to ack
when closing session)

> +    if( p_sys->tlsmode != NONE )
> +    {

> +    }
> +
> +    shutdown( p_sys->data.fd, p_sys->out ? SHUT_RD : SHUT_WR );

Francois



More information about the vlc-devel mailing list