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:
parent
32088ec6ed
commit
9b619085ff
1 changed files with 2 additions and 0 deletions
|
@ -68,6 +68,8 @@ module Puma
|
||||||
end
|
end
|
||||||
@inherited_fds[url] = sock
|
@inherited_fds[url] = sock
|
||||||
end
|
end
|
||||||
|
ENV.delete k
|
||||||
|
ENV.delete 'LISTEN_PID'
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue