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

Add rack.response_finished to Rack::Lint #1802

Closed
wants to merge 9 commits into from
3 changes: 3 additions & 0 deletions SPEC.rdoc
Expand Up @@ -138,6 +138,9 @@ There are the following restrictions:
<tt>SCRIPT_NAME</tt> is empty.
<tt>SCRIPT_NAME</tt> never should be <tt>/</tt>, but instead be empty.
<tt>rack.response_finished</tt>:: An array of callables run after the HTTP response has been sent.
The array of callables should be called directly after the HTTP response has
been closed. The callables should be called sequentially and synchronously.
BlakeWilliams marked this conversation as resolved.
Show resolved Hide resolved


=== The Input Stream

Expand Down