Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

allow app to also handle sighup and call super #1527

Closed
wants to merge 1 commit into from

Commits on Mar 9, 2018

  1. allow app to also handle sighup and call super

    our app wants to reopen rails logs on sighup
    to do that it needs to trap sighup too
    but calling pumas trap after does not work since it crashes the server if redirect_io was not used
    
    with this change there is 1 less trap used and our app can only call pumas trap if it was set
    grosser committed Mar 9, 2018
    Configuration menu
    Copy the full SHA
    5b57f3c View commit details
    Browse the repository at this point in the history