From: Aaron Patterson Date: 2008-12-03T13:54:48+09:00 Subject: [ruby-core:20241] [Bug #814] NoMethodError: undefined method `read_nonblock' for # Bug #814: NoMethodError: undefined method `read_nonblock' for # http://redmine.ruby-lang.org/issues/show/814 Author: Aaron Patterson Status: Open, Priority: Normal Category: ext My patch from #806 broke because OpenSSL::SSL::SSLSocket doesn't implement read_nonblock. I've attached a patch that implements read_nonblock on OpenSSL::SSL::SSLSocket. This is a naive patch. ---------------------------------------- http://redmine.ruby-lang.org