]> granicus.if.org Git - mutt/commit
only terminate the write-half of the TLS connection to avoid hanging if the remote...
authorMichael Elkins <me@sigpipe.org>
Wed, 23 Oct 2013 18:11:23 +0000 (11:11 -0700)
committerMichael Elkins <me@sigpipe.org>
Wed, 23 Oct 2013 18:11:23 +0000 (11:11 -0700)
commitdedc09419d1a1374a7f8fb8bcb6152f3b289a729
treea1c739b1b97895423dadf4ae440e4df708e36c1a
parent17b8d28760d839a497f1ecc0d51e57b916fb917d
only terminate the write-half of the TLS connection to avoid hanging if the remote doesn't respond.

RFC5246 section 7.2.4 states that the initiator of the closure need not wait for the remote to response before closing the read-half.

closes #3633
mutt_ssl_gnutls.c