RE: SSL_read() and dropped (half-open) connections

2014-05-12 Thread Michael Wojcik
> From: owner-openssl-us...@openssl.org [mailto:owner-openssl- > us...@openssl.org] On Behalf Of Tilman Sauerbeck > Sent: Friday, 09 May, 2014 18:57 > > Michael Wojcik [2014-05-09 21:12]: > > > > From: owner-openssl-us...@openssl.org [mailto:owner-openssl- > > > us...@openssl.org] On Behalf Of Ti

Re: SSL_read() and dropped (half-open) connections

2014-05-09 Thread Tilman Sauerbeck
Michael Wojcik [2014-05-09 21:12]: Hello Michael, thanks for your reply. > > From: owner-openssl-us...@openssl.org [mailto:owner-openssl- > > us...@openssl.org] On Behalf Of Tilman Sauerbeck > > Sent: Thursday, 08 May, 2014 12:26 > > > > my program is an SSL client which is reading large amounts

RE: SSL_read() and dropped (half-open) connections

2014-05-09 Thread Michael Wojcik
> From: owner-openssl-us...@openssl.org [mailto:owner-openssl- > us...@openssl.org] On Behalf Of Tilman Sauerbeck > Sent: Thursday, 08 May, 2014 12:26 > > my program is an SSL client which is reading large amounts of data > without sending data itself (after the initial handshake). > My machine's

SSL_read() and dropped (half-open) connections

2014-05-09 Thread Tilman Sauerbeck
Hi, my program is an SSL client which is reading large amounts of data without sending data itself (after the initial handshake). My machine's connection does drop regularly, and I want to make sure that my program detects the dropped connection instead of hanging in read()/recv() forever. My ques