Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[fix] Use isattay instead of poll with 100ms timeout to determine whe…
…ther rapidgzip is piped to Else, bugs can be reproduced easily with: ( sleep 1; cat foo.gz ) | src/tools/rapidgzip -d -P 1 and there even is a real use case for this: aws-cli, which understandibly can take a while until the S3/HTTP request gets fulfilled.
- Loading branch information