From 2a9ea113550c8358788dd1a3f163aba963b28d96 Mon Sep 17 00:00:00 2001 From: akr Date: Sun, 9 Nov 2014 23:03:40 +0000 Subject: * lib/webrick/server.rb (initialize): Initialize shutdown pipe here to avoid race condition. (cleanup_shutdown_pipe): New private method. (cleanup_listener): Extracted from shutdown method. Call this method from start method to avoid race condition. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@48353 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 05220c3ab8..26470c89ad 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +Mon Nov 10 07:31:59 2014 Tanaka Akira + + * lib/webrick/server.rb (initialize): Initialize shutdown pipe here + to avoid race condition. + (cleanup_shutdown_pipe): New private method. + (cleanup_listener): Extracted from shutdown method. + Call this method from start method to avoid race condition. + Mon Nov 10 05:57:53 2014 Tanaka Akira * test/webrick/webrick.cgi: Don't use debug mode. -- cgit v1.2.3