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, 2 Sep 2013 11:54:39 +0000 (13:54 +0200)
commit2d867ce2e2f0cb8251e16f620a33312054270e8f
tree553058410bc9bbb0dc0e08c8fcb8ae925abdd64d
parentae2819597fcd50eea01f7429032fef24c3492228
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