ronag · GitHub

@ronag changed the title stream: don't emit errors after destroy stream: don't emit error after destroy()

Aug 18, 2019

@ronag

@ronag ronag mentioned this pull request

Aug 18, 2019

Closed

4 tasks

@mcollina

@mcollina mcollina added semver-major

PRs that contain breaking changes and should be released in the next major version.

stream

Issues and PRs related to the stream subsystem.

labels

Aug 19, 2019

@ronag ronag mentioned this pull request

Aug 19, 2019

Closed

4 tasks

@ronag ronag mentioned this pull request

Aug 20, 2019

Closed

4 tasks

@mcollina

@Trott Trott mentioned this pull request

Aug 20, 2019

Closed

lpinca

lpinca previously requested changes Aug 20, 2019

@Trott Trott added the tsc-agenda

Issues and PRs to discuss during the meetings of the TSC.

label

Aug 20, 2019

@ronag ronag mentioned this pull request

Aug 20, 2019

Closed

4 tasks

Closed

ronag added a commit that referenced this pull request

Feb 29, 2020
Previously 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

lpinca added a commit to websockets/ws that referenced this pull request

Feb 29, 2020

Merged

@ronag ronag mentioned this pull request

Apr 29, 2020

Closed

@ronag ronag mentioned this pull request

May 10, 2020

Closed

@ronag ronag mentioned this pull request

May 29, 2020

Closed

codebytere added a commit to electron/electron that referenced this pull request

Sep 4, 2020

codebytere added a commit to electron/electron that referenced this pull request

Sep 4, 2020

codebytere added a commit to electron/electron that referenced this pull request

Sep 4, 2020

codebytere added a commit to electron/electron that referenced this pull request

Sep 4, 2020

codebytere added a commit to electron/electron that referenced this pull request

Sep 14, 2020

codebytere added a commit to electron/electron that referenced this pull request

Sep 14, 2020

codebytere added a commit to electron/electron that referenced this pull request

Sep 14, 2020

Merged

4 tasks

codebytere added a commit to electron/electron that referenced this pull request

Sep 16, 2020

Closed

2 tasks

Trott pushed a commit that referenced this pull request

Sep 27, 2020
Refs: #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, 2020
Refs: #29197 (comment)
PR-URL: #35326
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Reviewed-By: Rich Trott <rtrott@gmail.com>

joesepi pushed a commit to joesepi/node that referenced this pull request

Jan 8, 2021

Closed

Read the original on github.com ↗