stream: finished should invoke callback for closed streams by ronag · Pull Request #31509 · nodejs/node
added
the
lib / src
label
Jan 25, 2020
ronag
added
semver-major
labels
Jan 25, 2020
ronag
mentioned this pull request
3 tasks
ronag
added
the
author ready
label
Jan 26, 2020
Trott
removed
the
author ready
label
Jan 27, 2020
ronag
mentioned this pull request
4 tasks
Previously finished(stream, cb) would not invoke the callback for streams that have already finished, ended or errored before being passed to finished(stream, cb).
ronag added a commit that referenced this pull request
Feb 8, 2020Previously finished(stream, cb) would not invoke the callback for streams that have already finished, ended or errored before being passed to finished(stream, cb). PR-URL: #31509 Refs: #31508 Reviewed-By: Matteo Collina <matteo.collina@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Rich Trott <rtrott@gmail.com>
ronag
mentioned this pull request
4 tasks
ronag added a commit that referenced this pull request
Feb 22, 2020#31509 introduced a slight typo. Fortunately this typo does not have big impact due to `isWritableFinished()`. Fixes: #31509 (comment) PR-URL: #31881 Fixes: #31509 Reviewed-By: Matteo Collina <matteo.collina@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
ronag
mentioned this pull request
4 tasks
ronag
mentioned this pull request
ronag
mentioned this pull request
4 tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters