mirror of
https://github.com/containers/podman.git
synced 2025-06-04 21:55:24 +08:00

Somehow my error message in top was never printed for the compat API, the libpod one using the same code worked fine. Turns out the compat one is using this buffered writter instaed but never made sure to flush it before closing the connection. Signed-off-by: Paul Holzinger <pholzing@redhat.com>