Homec4science

Fix content being missed in the build logs

Authored by James Rhodes <jrhodes@redpointsoftware.com.au> on Nov 9 2013, 03:28.

Description

Fix content being missed in the build logs

Summary: This fixes an issue where content would be discarded when the content to append is larger than the chunk size limit.

Test Plan: 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.

Reviewers: epriestley, #blessed_reviewers

Reviewed By: epriestley

CC: Korvin, epriestley, aran

Differential Revision: https://secure.phabricator.com/D7537

Details

Committed
epriestley <git@epriestley.com>Nov 9 2013, 03:28
Pushed
aubortJan 31 2017, 17:16
Parents
rPHf357e159b114: Liberate.
Branches
Unknown
Tags
Unknown

Event Timeline

epriestley <git@epriestley.com> committed rPH8f52778f32c4: Fix content being missed in the build logs (authored by James Rhodes <jrhodes@redpointsoftware.com.au>).Nov 9 2013, 03:28