mirror of https://github.com/FFmpeg/FFmpeg.git
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>pull/138/head
parent
91c8025c44
commit
2222f419da
1 changed files with 1 additions and 1 deletions
Loading…
Reference in new issue