src: nix stdin _readableState.reading manipulation
authorChris Dickinson <christopher.s.dickinson@gmail.com>
Thu, 15 Jan 2015 20:33:54 +0000 (12:33 -0800)
committerChris Dickinson <christopher.s.dickinson@gmail.com>
Fri, 26 Jun 2015 18:04:57 +0000 (11:04 -0700)
commit8cee8f54fc5fe3d340bf10ba2e9dbb5648b21b83
treeef706fe4738a644df483d657f99ede83d14ef1f7
parent7f63449fde070455b337cd4b8e094d5366eb2dd8
src: nix stdin _readableState.reading manipulation

this opts for stream.push('') which has the same effect
but uses a public API.

PR-URL: https://github.com/nodejs/io.js/pull/454
Reviewed-By: Fedor Indutny <fedor.indutny@gmail.com>
src/node.js