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

Gracefully handle Rack not accepting CLI options #2630

Commits on May 14, 2021

  1. Gracefully handle Rack not accepting CLI options

    In
    rack/rack@b95cb72#diff-79892c6315a7f9c02489803e95ce828a8a32759b9f8f196aa98e6826eb562e55R96,
    Rack removed the ability to pass options from the command line. It now
    fails when you try to do that, and no longer exposes them from
    `Builder.load_file`. Puma shouldn't fail when this happens.
    
    This commit falls back to an empty object when Rack does not pass
    options back from `Builder.load_file`.
    seangoedecke committed May 14, 2021
    Copy the full SHA
    0cd71c4 View commit details
    Browse the repository at this point in the history