mirror of
https://github.com/containers/podman.git
synced 2025-12-02 02:58:03 +08:00
API clients expect the status code quickly otherwise they can time out. If we do not flush we may not write the header immediately and only when futher logs are send. Fixes #23712 Signed-off-by: Paul Holzinger <pholzing@redhat.com>