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

Conversation

spdawson
Copy link
Contributor

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.

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.
@flyerhzm flyerhzm merged commit 1d06a92 into flyerhzm:master Jun 11, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants