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

Support Rack::Files::Iterator responses #576

Merged
merged 1 commit into from Jun 11, 2021
Merged

Support Rack::Files::Iterator responses #576

merged 1 commit into from Jun 11, 2021

Commits on Jun 10, 2021

  1. Support Rack::Files::Iterator responses

    When using the Rack::Static middleware, the response will be a
    Rack::Files::Iterator. Such a response will break
    `Bullet::Rack#response_body`, with the result that non-HTML files
    will not be served correctly.
    
    Seen when trying to use the Sidekiq admin engine in a Rails
    application that also uses Bullet.
    spdawson committed Jun 10, 2021
    Copy the full SHA
    d0288e6 View commit details
    Browse the repository at this point in the history