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 BufferedStream.write #2721

Merged
merged 1 commit into from Apr 1, 2023
Merged

Fix BufferedStream.write #2721

merged 1 commit into from Apr 1, 2023

Conversation

s-ludwig
Copy link
Member

@s-ludwig s-ludwig commented Apr 1, 2023

Modifying the peek buffer without setting the "dirty" flag of the respective buffer caused changes not to be committed to the underlying stream. This needs a more complicated approach in order to stay as efficient, so for now this just reverts to the previous behavior.

Modifying the peek buffer without setting the "dirty" flag of the respective buffer caused changes not to be committed to the underlying stream. This needs a more complicated approach in order to stay as efficient, so for now this just reverts to the previous behavior.
@s-ludwig s-ludwig requested a review from l-kramer April 1, 2023 08:35
@s-ludwig s-ludwig enabled auto-merge April 1, 2023 08:49
@s-ludwig s-ludwig merged commit 76eb1d6 into master Apr 1, 2023
55 checks passed
@s-ludwig s-ludwig deleted the fix_bufferedstream_write branch April 3, 2023 08:33
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