Commit f64989e6 authored by Christopher Jeffrey's avatar Christopher Jeffrey Committed by Ben Noordhuis
Browse files

fs: fix ReadStream fails to read from existing fd

A ReadStream constructed from an existing file descriptor failed to start
reading automatically. Avoids a userspace call to ReadStream.prototype._read().
parent 07a983a6
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment