If the subprocess generates enough output to fill up the pipe, it will block and wait for somebody to read from the pipe before continuing.
Signed-off-by: Michal Srb michal@redhat.com
rebased onto 6db5a5b91cf9c937094803e572749d9e04782573
Considering the commit isn't from me, I'm going to review it and get it in.
Thanks @msrb !
Pull-Request has been merged by pingou
If the subprocess generates enough output to fill up the pipe, it will
block and wait for somebody to read from the pipe before continuing.
Signed-off-by: Michal Srb michal@redhat.com