When timing out while reading from a TLS server, shutdown the socket properly.
authorLinus Nordberg <linus@nordberg.se>
Mon, 26 Aug 2013 14:52:14 +0000 (16:52 +0200)
committerLinus Nordberg <linus@nordberg.se>
Mon, 26 Aug 2013 14:52:40 +0000 (16:52 +0200)
commit5c4b0c31393221c74367c8b2a33ef127bdb9e59c
tree874916d88686414d092a852d16122946f65743cd
parent92a0c39afd4472d9ff33e3518fb548a7473fc7ce
When timing out while reading from a TLS server, shutdown the socket properly.

Also signal the "client writer" (clientwr()).
Together, this should result in TLS connections being cleaned up properly.

Patch by Fabian Mauchle.
ChangeLog
tls.c