Commit 68990948 authored by Brian White's avatar Brian White
Browse files

stream: avoid pause with unpipe in buffered write

If a pipe is cleaned up (due to unpipe) during a write that
returned false, the source stream can get stuck in a paused state.

Fixes: https://github.com/nodejs/node/issues/2323
PR-URL: https://github.com/nodejs/node/pull/2325


Reviewed-By: default avatarSakthipriyan Vairamani <thechargingvolcano@gmail.com>
parent 8e213096
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