From 498db321937c2c52f4f0018b620b0a095ee9266f Mon Sep 17 00:00:00 2001 From: nobu Date: Fri, 12 Feb 2016 02:50:09 +0000 Subject: net/ftp.rb: NullSocket#closed? * net/ftp.rb: add NullSocket#closed? to fix closing not opened connection. [Fix GH-1232] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@53810 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 5bcaf61a81..33cb0a81b9 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Fri Feb 12 11:49:49 2016 Anthony Dmitriyev + + * net/ftp.rb: add NullSocket#closed? to fix closing not opened + connection. [Fix GH-1232] + Fri Feb 12 11:17:38 2016 Bogdan * re.c (rb_reg_initialize_m): [DOC] fix missing right bracket. -- cgit v1.2.3