Skip to content

stream: preserve half-open duplexes in async iteration#64275

Open
efekrskl wants to merge 1 commit into
nodejs:mainfrom
efekrskl:stream/preserve-half-open
Open

stream: preserve half-open duplexes in async iteration#64275
efekrskl wants to merge 1 commit into
nodejs:mainfrom
efekrskl:stream/preserve-half-open

Conversation

@efekrskl

@efekrskl efekrskl commented Jul 3, 2026

Copy link
Copy Markdown
Member

Fixes #49073

@nodejs-github-bot

Copy link
Copy Markdown
Collaborator

Review requested:

  • @nodejs/streams

@nodejs-github-bot nodejs-github-bot added needs-ci PRs that need a full CI run. stream Issues and PRs related to the stream subsystem. labels Jul 3, 2026
@efekrskl efekrskl added the net Issues and PRs related to the net subsystem. label Jul 3, 2026
@efekrskl efekrskl changed the title stream: preserve half open duplexes in async iteration when allowHalfOpen is true stream: preserve half-open duplexes in async iteration Jul 3, 2026
Signed-off-by: Efe Karasakal <hi@efe.dev>
@efekrskl efekrskl force-pushed the stream/preserve-half-open branch from dd60a21 to b09ebd1 Compare July 3, 2026 23:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

needs-ci PRs that need a full CI run. net Issues and PRs related to the net subsystem. stream Issues and PRs related to the stream subsystem.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

allowHalfOpen option from net has no effect due to autoDestroy = true

2 participants