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 construction of Rack applications on Rack < 3 #231

Closed
wants to merge 1 commit into from

Conversation

adam12
Copy link
Contributor

@adam12 adam12 commented Apr 2, 2024

Rack::Builder in Rack 2 returns a 2 element tuple, instead of a single element.

If using Rack 2.x, define a method that returns a single element.

Closes #230

Types of Changes

  • Bug fix.

Contribution

Rack::Builder in Rack 2 returns a 2 element tuple, instead of a single
element.

If using Rack 2.x, define a method that returns a single element.

Closes socketry#230
@adam12
Copy link
Contributor Author

adam12 commented Apr 3, 2024

Closing in favour of #232

@adam12 adam12 closed this Apr 3, 2024
@adam12 adam12 deleted the broken-rack-2 branch April 3, 2024 01:05
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.

Falcon 0.44 broken when used with Rack 2
1 participant