From 665dd8d304654b34ca489b55ea38891528d1a0d2 Mon Sep 17 00:00:00 2001 From: nobu Date: Thu, 23 Feb 2017 02:40:17 +0000 Subject: Revert r57690 except for read_nonblock https://github.com/ruby/ruby/pull/1527#issuecomment-281867551 git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@57694 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ext/openssl/ossl_ssl.c | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'ext') diff --git a/ext/openssl/ossl_ssl.c b/ext/openssl/ossl_ssl.c index 9c8aab2c..033e0346 100644 --- a/ext/openssl/ossl_ssl.c +++ b/ext/openssl/ossl_ssl.c @@ -1605,8 +1605,7 @@ ossl_ssl_connect(VALUE self) * By specifying a keyword argument _exception_ to +false+, you can indicate * that connect_nonblock should not raise an IO::WaitReadable or * IO::WaitWritable exception, but return the symbol +:wait_readable+ or - * +:wait_writable+ instead. At EOF, it will return +nil+ instead of raising - * EOFError. + * +:wait_writable+ instead. */ static VALUE ossl_ssl_connect_nonblock(int argc, VALUE *argv, VALUE self) @@ -1654,8 +1653,7 @@ ossl_ssl_accept(VALUE self) * By specifying a keyword argument _exception_ to +false+, you can indicate * that accept_nonblock should not raise an IO::WaitReadable or * IO::WaitWritable exception, but return the symbol +:wait_readable+ or - * +:wait_writable+ instead. At EOF, it will return +nil+ instead of raising - * EOFError. + * +:wait_writable+ instead. */ static VALUE ossl_ssl_accept_nonblock(int argc, VALUE *argv, VALUE self) -- cgit v1.2.3