mirror of
https://github.com/arun11299/cpp-subprocess.git
synced 2025-08-05 12:56:23 -04:00

1. When more than 2 streams are piped, we use threads to read/write data parallely. In this scenariod read_atmost_n API was being used instead of read_all. 2. Another issue with check_output argument validation fixed.