This fixes an issue where content would be discarded when the content to append is larger than the chunk size limit.
Details
Details
- Reviewers
epriestley - Group Reviewers
Blessed Reviewers - Maniphest Tasks
- T1049: Implement Harbormaster
- Commits
- Restricted Diffusion Commit
rP8f52778f32c4: Fix content being missed in the build logs
Tested running a remote command that does I=0; while true; do echo "$I"; I=$[$I+1]; done and all of the outputted numbers matched the line numbers in the logs.
Diff Detail
Diff Detail
- Lint
Lint Skipped - Unit
Tests Skipped