kriogenia / rede

CLI tool to run and configure suites of HTTP requests defined in readable files
http://rede.sotoestevez.dev/
Apache License 2.0
1 stars 3 forks source link

fix: hang on empty stdin #18

Closed kriogenia closed 6 months ago

kriogenia commented 6 months ago

Whe passing an empty stdin to a command reading from stdin it keeps hanging. This adds a check that will return an empty buffer if the STDIN is empty.