remove random seed reset atfork
commit440dd1ff1b8b63813998261d5d836b74b69a4109
authorEric Wong <e@80x24.org>
Wed, 30 May 2018 11:21:40 +0000 (30 11:21 +0000)
committerEric Wong <e@80x24.org>
Mon, 23 Jul 2018 17:11:54 +0000 (23 17:11 +0000)
treecb14d6da11d29f4f30e13c835da4eca5801578c0
parent6802a50bbb68dd5450749d72f053a56560c19d89
remove random seed reset atfork

It's not unicorn 6, yet, but we dropped Ruby 1.8 support at
unicorn 5.  Stable Ruby 1.9+ releases have always reseeded the
PRNG at fork.
lib/unicorn/http_server.rb