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 exact write #85

Merged
merged 3 commits into from
Jul 2, 2024
Merged

Fix exact write #85

merged 3 commits into from
Jul 2, 2024

Conversation

rmja
Copy link
Member

@rmja rmja commented Jul 2, 2024

This fixes an issue where a call to write() with a buffer length exactly matching the remaining size of the remainder of the current chunk causes the entire chunk to be discarded. Depends on #84 .

rmja added 3 commits July 2, 2024 07:07
…size causes data loss

This fixes an issue where a call to write() with a buffer length exactly matching the remaining size of the remainder of the current chunk causes the entire chunk to be discarded
@rmja rmja merged commit a3ce81a into drogue-iot:main Jul 2, 2024
1 check 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.

None yet

2 participants