Changeset 2222f419 in ffmpeg

Timestamp:
Jun 14, 2015, 7:40:08 PM (9 years ago)
Author:
Michael Niedermayer <michaelni@gmx.at>
Branches:
master
Children:
6b08dc39
Parents:
91c8025c
git-author:
wm4 <nfxjfg@googlemail.com> (06/13/15 21:55:21)
git-committer:
Michael Niedermayer <michaelni@gmx.at> (06/14/15 19:40:08)
Message:

tls_gnutls: fix hang on disconnection

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.

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>

(No files)

Note: See TracChangeset for help on using the changeset viewer.