salimma / pagure

Forked from pagure 3 years ago
Clone

6db5a5b Do not block when waiting for subprocess to finish

2 files Authored by Michal Srb 4 years ago, Committed by pingou 4 years ago,
    Do not block when waiting for subprocess to finish
    
    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>
    
    Merges #4785
    
        
file modified
+1 -1
file modified
+7 -0