On Sat, Jun 13, 2015 at 11:55:21PM +0200, wm4 wrote:
> GNUTLS_SHUT_RDWR means GnuTLS will keep waiting for the server's
> termination reply. But since we don't shutdown the TCP connection at
> this point yet, GnuTLS will just keep skipping actual data from the
> server, which basically is perceived as hang.
> 
> Use GNUTLS_SHUT_WR instead, which doesn't have this problem.
> ---
> Maybe there's a better fix.
> ---
>  libavformat/tls_gnutls.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

applied

thanks

[...]
-- 
Michael     GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB

Frequently ignored answer#1 FFmpeg bugs should be sent to our bugtracker. User
questions about the command line tools should be sent to the ffmpeg-user ML.
And questions about how to use libav* should be sent to the libav-user ML.

Attachment: signature.asc
Description: Digital signature

_______________________________________________
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-devel

Reply via email to