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

5.6.2 #2821

Merged
merged 2 commits into from Feb 11, 2022
Merged

5.6.2 #2821

merged 2 commits into from Feb 11, 2022

Commits on Feb 11, 2022

  1. Ensure close is called on the response body no matter what

    Another fallout from #2809 is that
    in some cases the `res_body.close` wasn't called because some previous code
    raised.
    
    For Rails apps it means CurrentAttributes and a few other important
    states aren't reset properly.
    
    This is being improved on the Rails side too, but I believe it would
    be good to harden this on the puma side as well.
    byroot authored and nateberkopec committed Feb 11, 2022
    Copy the full SHA
    c3acff5 View commit details
    Browse the repository at this point in the history
  2. 5.6.2

    nateberkopec committed Feb 11, 2022
    Copy the full SHA
    502422e View commit details
    Browse the repository at this point in the history