You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I get a "broken pipe" error when piping the output of htmlq to a command which doesn't allow htmlq to finish, such as head:
RUST_BACKTRACE=1 curl --silent https://nixos.org | htmlq -a href a | head -n 1
/
thread 'main' panicked at src/main.rs:90:69:
called `Result::unwrap()` on an `Err` value: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" }
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
The text was updated successfully, but these errors were encountered:
I get a "broken pipe" error when piping the output of htmlq to a command which doesn't allow htmlq to finish, such as
head
:The text was updated successfully, but these errors were encountered: