diff options
author | wm4 <[email protected]> | 2015-06-14 17:12:53 +0200 |
---|---|---|
committer | Martin Storsjö <[email protected]> | 2015-06-14 19:50:03 +0300 |
commit | 74ea1167d91ccb2e1f2943efa030f2c278b598be (patch) | |
tree | 8bb5bdd8026ea5ec2019cc57a56c8d225901605a /doc/examples/transcode_aac.c | |
parent | 3b73d5c942f44b37f0e44276ebcfd66c8b12c02d (diff) |
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: Martin Storsjö <[email protected]>
Diffstat (limited to 'doc/examples/transcode_aac.c')
0 files changed, 0 insertions, 0 deletions