Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [sideband] Ensure last bit of progress channel is written | Thomas Wolf | 2022-03-19 | 1 | -0/+17 |
| | | | | | | | | | If the last sideband progress message didn't end in \r or \n, there may still be a buffered message at the end of a fetch or push. Ensure that message gets written, too, even if it may be only partial. Bug: 575629 Change-Id: I38edccb5cffb89e00e468480b43c7d951fb63e8e Signed-off-by: Thomas Wolf <thomas.wolf@paranor.ch> | ||||
* | Add tests for SideBandInputStream | Thomas Wolf | 2022-03-19 | 1 | -0/+212 |
Bug: 575629 Change-Id: I4591a64a2c07c7841417ec7a5c7883134ffda1be Signed-off-by: Thomas Wolf <thomas.wolf@paranor.ch> |