From 0f2fa01a20d0e08e59f12e183a86619b587edb5c Mon Sep 17 00:00:00 2001 From: gotoyuzo Date: Tue, 15 Feb 2005 17:50:47 +0000 Subject: * ext/openssl/ossl_ssl.c (ossl_ssl_read, ossl_ssl_write): should call rb_sys_fail instead of rasing SSLError if SSL_ERROR_SYSCALL occured. * ext/openssl/lib/openssl/buffering.rb (Buffering#fill_rbuff): should rescue Errno::EAGAIN. * ext/openssl/lib/openssl/buffering.rb (Buffering#each): fix typo. suggested by Brian Ollenberger. * ext/openssl/lib/openssl/ssl.rb: set non-blocking flag to the underlying IO. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@7974 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 15 +++++++++++++++ 1 file changed, 15 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 5392b80a4..fb31298ac 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,18 @@ +Wed Feb 16 02:47:45 2005 GOTOU Yuuzou + + * ext/openssl/ossl_ssl.c (ossl_ssl_read, ossl_ssl_write): should + call rb_sys_fail instead of rasing SSLError if SSL_ERROR_SYSCALL + occured. + + * ext/openssl/lib/openssl/buffering.rb (Buffering#fill_rbuff): + should rescue Errno::EAGAIN. + + * ext/openssl/lib/openssl/buffering.rb (Buffering#each): fix typo. + suggested by Brian Ollenberger. + + * ext/openssl/lib/openssl/ssl.rb: set non-blocking flag to the + underlying IO. + Mon Feb 14 23:58:17 2005 Kouhei Sutou * lib/rss/parser.rb (RSS::ListenerMixin::tag_end): -- cgit