From c6ab282224b451dbc412a7b5ea02dda197fe8054 Mon Sep 17 00:00:00 2001 From: gotoyuzo Date: Thu, 4 Dec 2003 00:12:14 +0000 Subject: * lib/webrick/server.rb (GenericServer#start): should rescue Exception to avoid unexpected aborting. [ruby-core:01853] * lib/webrick/server.rb (GenericServer#start_thread): should check that peeraddr isn't nil before printing. * lib/webrick/httpresponse.rb (HTTPResponse#start_thread): should rescue Exception to avoid unexpected aborting of thread. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@5098 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 03ecceb6a..6eab77313 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,14 @@ +Thu Dec 4 08:29:43 2003 GOTOU Yuuzou + + * lib/webrick/server.rb (GenericServer#start): should rescue + Exception to avoid unexpected aborting. [ruby-core:01853] + + * lib/webrick/server.rb (GenericServer#start_thread): should check + that peeraddr isn't nil before printing. + + * lib/webrick/httpresponse.rb (HTTPResponse#start_thread): should + rescue Exception to avoid unexpected aborting of thread. + Thu Dec 4 03:48:59 2003 Tanaka Akira * lib/pathname.rb (Pathname#link, Pathname#symlink): obsoleted. -- cgit