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

Fix respond_to?(:each) with Rack::Lint with streaming bodies. #1981

Merged
merged 4 commits into from Nov 11, 2022

Conversation

ioquatix
Copy link
Member

@ioquatix ioquatix commented Nov 11, 2022

This is the last piece required to get webrick passing the conformance test suite with Rack 3.

@ioquatix ioquatix enabled auto-merge (squash) November 11, 2022 08:26
@ioquatix
Copy link
Member Author

Confirmed fix in socketry/rack-conform#11

Copy link
Contributor

@jeremyevans jeremyevans left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

to_ary and each handling looks correct. I can't see where to_path is implemented (there is verify_to_path, called by each). If you are going to add this, I think you should implement Wrapper#to_path, and have it call @body.to_path. Otherwise, if the body responds to to_path, Wrapper will say it responds to to_path when it doesn't, assuming I'm reading the code correctly.

@ioquatix ioquatix merged commit 00aa541 into main Nov 11, 2022
@ioquatix ioquatix deleted the rack-lint-respond_to branch November 11, 2022 23:37
ioquatix added a commit that referenced this pull request Nov 18, 2022
)

* Fix handling of `to_path` and add spec.

* Also forward `call`.
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