1
0
Fork 0
mirror of https://github.com/puma/puma.git synced 2022-11-09 13:48:40 -05:00

after socket activation remove LISTEN_FDS and LISTEN_PID environment variables

This commit is contained in:
Krzysztof Urbaniak 2013-04-05 01:44:30 +02:00
parent 32088ec6ed
commit 9b619085ff

View file

@ -68,6 +68,8 @@ module Puma
end
@inherited_fds[url] = sock
end
ENV.delete k
ENV.delete 'LISTEN_PID'
end
end