From 7176debb8aaf727d13cb388da6018a711e3ceaa1 Mon Sep 17 00:00:00 2001 From: akr Date: Wed, 11 Feb 2009 07:54:52 +0000 Subject: * ext/socket/lib/socket.rb (Socket.unix_server_socket): close the socket when the block exits. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@22234 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 4af8b7d3a..df1fb46aa 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Wed Feb 11 16:54:26 2009 Tanaka Akira + + * ext/socket/lib/socket.rb (Socket.unix_server_socket): close the + socket when the block exits. + Wed Feb 11 16:50:59 2009 Tanaka Akira * ext/socket/lib/socket.rb (Socket.unix_server_socket): call the block -- cgit