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 decode_rack_response #40

Merged
merged 2 commits into from
Feb 13, 2024
Merged

Fix decode_rack_response #40

merged 2 commits into from
Feb 13, 2024

Conversation

julik
Copy link
Contributor

@julik julik commented Feb 13, 2024

The Rack response body is not an Enumerable, it just responds to #each. The method was assuming otherwise, which led to breakage when trying to use appsignal/appsignal-ruby#1037

@julik julik requested a review from skatkov February 13, 2024 15:36
The Rack response body is _not_ an Enumerable, it just responds to #each. The method was assuming otherwise, which led to breakage when trying to use appsignal/appsignal-ruby#1037
@julik julik merged commit 12ffd4f into main Feb 13, 2024
1 check passed
@julik julik deleted the fix-rack-test branch February 13, 2024 18:39
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.

2 participants