You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We're interested in adding more validation to response_finished
callbacks, in this case making sure the environment is a valid rack
environment.
This commit addresses that change by passing the real env given to the
middleware to the callback as well (since its already a valid env and
the server will end up doing this kind of thing).
0 commit comments