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

Handle errors in rack.after_reply #98

Merged
merged 2 commits into from Mar 11, 2024
Merged

Commits on Mar 11, 2024

  1. Handle errors in rack.after_reply

    Ref: #97
    
    Don't break the callback chain if one callback raised.
    byroot committed Mar 11, 2024
    Configuration menu
    Copy the full SHA
    a410482 View commit details
    Browse the repository at this point in the history
  2. Implement rack.response_finished

    Fix: #97
    Ref: rack/rack#1952
    
    Similar to `rack.after_reply` but this one is part of the Rack
    spec and expect some arguments.
    byroot committed Mar 11, 2024
    Configuration menu
    Copy the full SHA
    7ac65bb View commit details
    Browse the repository at this point in the history