changed the title
stream: don't emit errors after destroy
stream: don't emit error after destroy()
mcollina
added
semver-major
labels
Aug 19, 2019
Trott
mentioned this pull request
Closed
lpinca previously requested changes Aug 20, 2019
Trott
added
the
tsc-agenda
label
Aug 20, 2019Closed
ronag added a commit that referenced this pull request
Feb 29, 2020Previously destroy could be called multiple times causing inconsistent and hard to predict behavior. Furthermore, since the stream _destroy implementation can only be called once, the behavior of applying destroy multiple times becomes unclear. This changes so that only the first destroy() call is executed and any subsequent calls are noops. PR-URL: #29197 Reviewed-By: Matteo Collina <matteo.collina@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Anna Henningsen <anna@addaleax.net>
Merged
4 tasks
Merged
ronag
mentioned this pull request
Closed
ronag
mentioned this pull request
Closed
ronag
mentioned this pull request
Closed
Merged
4 tasks
Closed
2 tasks
Trott pushed a commit that referenced this pull request
Sep 27, 2020Refs: #29197 (comment) PR-URL: #35326 Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Rich Trott <rtrott@gmail.com>
MylesBorins pushed a commit that referenced this pull request
Sep 29, 2020Refs: #29197 (comment) PR-URL: #35326 Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Rich Trott <rtrott@gmail.com>
Closed