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

[FIX #331] Add simultaneous support for Rack 2 and 3 #332

Merged
merged 1 commit into from
Aug 24, 2023

Commits on Aug 22, 2023

  1. [FIX rails#331] Add simultaneous support for both Rack 2 and 3

    [rails#318] introduced a [regression](rails#331) for apps running Rack 2.
    Rack 3 follows the http 2 spec and requires lowercase headers.
    By using the Rack header constants we get the correct capitalization
    regardless of which rack version is loaded.
    JoeDupuis committed Aug 22, 2023
    Configuration menu
    Copy the full SHA
    33f6d58 View commit details
    Browse the repository at this point in the history