aboutsummaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authornobu <nobu@ruby-lang.org>2017-02-23 02:40:17 +0000
committerKazuki Yamaguchi <k@rhe.jp>2017-02-24 00:14:49 +0900
commit665dd8d304654b34ca489b55ea38891528d1a0d2 (patch)
tree9cf31ceecc102bf3c34f2d1ada7ecff1f0bb7602 /lib
parent45f1ad00b5bc388a8f15c4612729e0df42f322ba (diff)
downloadruby-openssl-665dd8d304654b34ca489b55ea38891528d1a0d2.tar.gz
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
Diffstat (limited to 'lib')
-rw-r--r--lib/openssl/buffering.rb3
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/openssl/buffering.rb b/lib/openssl/buffering.rb
index 9bd83f17..d773637c 100644
--- a/lib/openssl/buffering.rb
+++ b/lib/openssl/buffering.rb
@@ -379,8 +379,7 @@ module OpenSSL::Buffering
#
# By specifying a keyword argument _exception_ to +false+, you can indicate
# that write_nonblock should not raise an IO::Wait*able exception, but
- # return the symbol +:wait_writable+ or +:wait_readable+ instead. At EOF,
- # it will return +nil+ instead of raising EOFError.
+ # return the symbol +:wait_writable+ or +:wait_readable+ instead.
def write_nonblock(s, exception: true)
flush