feat: apply modified dataBuffer to the response#6023
Merged
sid-bruno merged 3 commits intousebruno:mainfrom Jan 12, 2026
Merged
Conversation
5 tasks
4c16f09 to
31ae7be
Compare
31ae7be to
4589736
Compare
bijin-bruno
approved these changes
Nov 26, 2025
bijin-bruno
requested changes
Nov 26, 2025
Collaborator
bijin-bruno
left a comment
There was a problem hiding this comment.
Please review the failed tests
4589736 to
71e33b0
Compare
Contributor
|
@Pragadesh-45 Tests please |
5 tasks
|
Any Update on this? |
|
which version do I have to downgrade to to restore the old behavior? This is a real problem for me. |
Collaborator
|
@shubh-bruno , validate the PR, check if it needs any additional changes and let me know |
FraCata00
pushed a commit
to FraCata00/bruno
that referenced
this pull request
Feb 9, 2026
* feat: apply modified dataBuffer to the response * fix: ensure dataBuffer regeneration only occurs when res.setBody() is called * refactor: update dataBuffer handling in BrunoResponse
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
fixes: #6003, #6133
Description
This PR implements a feature that applies the
dataBufferto the final return, ensuring that the response edited withres.setBodyis actually set in the responseContribution Checklist:
Before:

After:
