Skip to content

Fix streamable traced responses#62

Merged
jstojiljkovic merged 3 commits into
tracewayapp:masterfrom
d-mitrofanov-v:fix/traceable-http-client-streamable-response
Jul 7, 2026
Merged

Fix streamable traced responses#62
jstojiljkovic merged 3 commits into
tracewayapp:masterfrom
d-mitrofanov-v:fix/traceable-http-client-streamable-response

Conversation

@d-mitrofanov-v

Copy link
Copy Markdown
Contributor

Hi, everyone! Had a new error in my project. The cause was TracedResponse implementing only ResponseInterface, while Symfony’s Responses also implement StreamableInterface and check for it in toStream method. If the check fails Symfony returns lazy StreamWrapper, which was not expected

@codecov-commenter

codecov-commenter commented Jul 6, 2026

Copy link
Copy Markdown

⚠️ Please install the 'codecov app svg image' to ensure uploads and comments are reliably processed by Codecov.

Codecov Report

✅ All modified and coverable lines are covered by tests.

📢 Thoughts on this report? Let us know!

@jstojiljkovic

Copy link
Copy Markdown
Collaborator

Thanks for the contribution, merged will be released soon. 🙇

@jstojiljkovic
jstojiljkovic merged commit 09ce5bd into tracewayapp:master Jul 7, 2026
9 checks passed
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.

3 participants