1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

* lib/webrick/server.rb: Setup shutdown pipe in listen method.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@48362 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
akr 2014-11-10 11:05:00 +00:00
parent fd9f6bde95
commit 33bb38a644
4 changed files with 45 additions and 1 deletions

View file

@ -162,6 +162,7 @@ module WEBrick
}
end
@listeners += listeners
setup_shutdown_pipe
end
##