Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: rack/rack
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.2.1
Choose a base ref
...
head repository: rack/rack
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.2.2
Choose a head ref
  • 7 commits
  • 10 files changed
  • 3 contributors

Commits on Feb 10, 2020

  1. Revert "Update Thin handler to better handle more options"

    This reverts commit 371bd58.
    
    This broke the thin adapter.  Reverting it restores the previous
    behavior.  This was added to make SSL configuration easier.  Users
    who want to do that should use the thin executable instead of the
    rackup executable.
    
    Fixes #1583
    jeremyevans authored and ioquatix committed Feb 10, 2020
    Configuration menu
    Copy the full SHA
    5c121dd View commit details
    Browse the repository at this point in the history
  2. Double assignment is still needed to prevent an "unused variable" war…

    …ning
    
    That warning is still raised on latest Ruby.
    kamipo authored and ioquatix committed Feb 10, 2020
    Configuration menu
    Copy the full SHA
    f4c5645 View commit details
    Browse the repository at this point in the history
  3. Ensure full match. Fixes #1590.

    ioquatix committed Feb 10, 2020
    Configuration menu
    Copy the full SHA
    a9b223b View commit details
    Browse the repository at this point in the history
  4. Fix to handle same_site option for session pool

    Follow up of #1543.
    kamipo authored and ioquatix committed Feb 10, 2020
    Configuration menu
    Copy the full SHA
    a0d57d4 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    1a784e5 View commit details
    Browse the repository at this point in the history
  6. Remove trailing whitespace.

    ioquatix committed Feb 10, 2020
    Configuration menu
    Copy the full SHA
    b0de37d View commit details
    Browse the repository at this point in the history
  7. Bump version.

    ioquatix committed Feb 10, 2020
    1 Configuration menu
    Copy the full SHA
    a5e80f0 View commit details
    Browse the repository at this point in the history
Loading