ossl_recv: SSL_read() returning 0 is an error too
authorMike Giancola <mikegiancola@gmail.com>
Wed, 22 May 2013 21:42:33 +0000 (23:42 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Wed, 22 May 2013 21:42:33 +0000 (23:42 +0200)
commit520833cbe1601feed1c6473bd28c4c894e7ee63e
tree987b575ef1e96a1eccc6ed94e2be2ad7c28ed1af
parente58d9c87f783334b01310260e0cf5220c338c58c
ossl_recv: SSL_read() returning 0 is an error too

SSL_read can return 0 for "not successful", according to the open SSL
documentation: http://www.openssl.org/docs/ssl/SSL_read.html
lib/ssluse.c