]> git.ipfire.org Git - thirdparty/haproxy.git/commit
BUG/MINOR: haload: fix display glitches by flushing stdout in summary
authorFrederic Lecaille <flecaille@haproxy.com>
Thu, 23 Jul 2026 08:31:46 +0000 (10:31 +0200)
committerFrederic Lecaille <flecaille@haproxy.com>
Thu, 23 Jul 2026 13:47:07 +0000 (15:47 +0200)
commit0667ef102f8cd641ee1def83fddfbecc42edf80c
tree5a72ee8b1a6ec2f5d4de80826e29b3016ef1c368
parent6504b2bf10a3a0322a8dd7be05bf5ce47fd67086
BUG/MINOR: haload: fix display glitches by flushing stdout in summary

Fix a bug in hld_summary() where the output stream was not explicitly
flushed after printing the periodic statistics line. This caused text
buffering issues and visual overlapping in the terminal output.
src/haload.c