decomp: fix potential deadlock at EOF
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
Showing
Please register or sign in to comment