A minimal example demonstrating how very large output (for example, JSON from Youtube-DL) can overwhelm internal buffers, hanging the program forever.
To see it hang,comment out these three lines.
cargo run
A proof-of-concept for this bug: https://github.com/GyrosOfWar/youtube-dl-rs/pull/5
Rust
A minimal example demonstrating how very large output (for example, JSON from Youtube-DL) can overwhelm internal buffers, hanging the program forever.
To see it hang,comment out these three lines.
cargo run