mirror of
https://github.com/ruby/ruby.git
synced 2025-09-15 08:33:58 +02:00
* test/openssl/ssl_server.rb, test/openssl/test_ssl.rb: workaround to
terminate child process. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@6650 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
449ca256cc
commit
97094af3ca
2 changed files with 2 additions and 9 deletions
|
@ -50,12 +50,6 @@ tcps = TCPServer.new("0.0.0.0", port)
|
|||
ssls = OpenSSL::SSL::SSLServer.new(tcps, ctx)
|
||||
ssls.start_immediately = start_immediately
|
||||
|
||||
Thread.start{
|
||||
while true
|
||||
$stdin.gets || exit
|
||||
end
|
||||
}
|
||||
|
||||
$stdout.sync = true
|
||||
$stdout.puts Process.pid
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue