Skip to content
  • Rémi Denis-Courmont's avatar
    decomp: fix potential deadlock at EOF · d9a20253
    Rémi Denis-Courmont authored
    The decompression process needs to "see" the end-of-file. Otherwise
    it might get stuck, and then the demux thread will get stuck too.
    Closing the write end of the pipe to the compression process fixes
    that.
    
    Pointed-out-by: Laurent Aimar
    d9a20253