Skip to content

streams: more iter streams fixes - #66028

Closed
jasnell wants to merge 6 commits into
nodejs:mainfrom
jasnell:jasnell/moar-iter-streams
Closed

jasnell wants to merge 6 commits into
nodejs:mainfrom
jasnell:jasnell/moar-iter-streams

Conversation

@jasnell

@jasnell jasnell commented Sep 15, 2026

Copy link
Copy Markdown
Member

Another batch of iterable streams fixes. See each commit.

@jasnell
jasnell requested review from panva and trivikr September 15, 2026 03:39
@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 Node.js streams. labels Sep 15, 2026
@codecov

codecov Bot commented Sep 15, 2026

Copy link
Copy Markdown

Codecov Report

❌ Patch coverage is 89.06250% with 7 lines in your changes missing coverage. Please review.
✅ Project coverage is 90.23%. Comparing base (dbfa70a) to head (1c49e7e).
⚠️ Report is 17 commits behind head on main.

Files with missing lines Patch % Lines
lib/internal/streams/iter/broadcast.js 87.50% 3 Missing and 1 partial ⚠️
lib/internal/streams/iter/share.js 90.00% 3 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main   #66028      +/-   ##
==========================================
- Coverage   92.76%   90.23%   -2.54%     
==========================================
  Files         420      789     +369     
  Lines      189145   270654   +81509     
  Branches    29054    51815   +22761     
==========================================
+ Hits       175460   244219   +68759     
- Misses      13362    16916    +3554     
- Partials      323     9519    +9196     
Files with missing lines Coverage Δ
lib/internal/quic/quic.js 100.00% <100.00%> (ø)
lib/internal/streams/iter/share.js 89.51% <90.00%> (+1.71%) ⬆️
lib/internal/streams/iter/broadcast.js 90.17% <87.50%> (-0.03%) ⬇️

... and 502 files with indirect coverage changes

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@panva panva left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Review Assisted-by: Codex

Comment thread lib/internal/streams/iter/share.js Outdated
While the Broadcast is still open, maintain buffered data when
consumer count reaches zero

Signed-off-by: James M Snell <jasnell@gmail.com>
Assisted-by: Opencode
Signed-off-by: James M Snell <jasnell@gmail.com>
Assisted-by: Opencode
Signed-off-by: James M Snell <jasnell@gmail.com>
Assisted-by: Opencode
Signed-off-by: James M Snell <jasnell@gmail.com>
Assisted-by: Opencode
Signed-off-by: James M Snell <jasnell@gmail.com>
Assisted-by: Opencode
@jasnell
jasnell force-pushed the jasnell/moar-iter-streams branch from 7befc15 to f0764b4 Compare September 15, 2026 16:16
@jasnell
jasnell requested a review from panva September 15, 2026 16:17
@panva panva added author ready PRs with CI started, the required approvals, and no outstanding review comments. request-ci Add this label to start a Jenkins CI on a PR. Only starts once the PR has an approving review. labels Sep 15, 2026
@github-actions github-actions Bot removed the request-ci Add this label to start a Jenkins CI on a PR. Only starts once the PR has an approving review. label Sep 15, 2026
@nodejs-github-bot

This comment was marked as outdated.

@nodejs-github-bot

This comment was marked as outdated.

Commit 11ed325 introduced a regression in quic

Signed-off-by: James M Snell <jasnell@gmail.com>
@nodejs-github-bot

This comment was marked as outdated.

@nodejs-github-bot

nodejs-github-bot commented Sep 16, 2026

Copy link
Copy Markdown
Collaborator

@pimterry pimterry left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM 👍

Thanks for fixing the QUIC tests here, looks like #65862 and #63967 landed in parallel with conflicting changes, sorry I didn't catch that!

@jasnell jasnell added commit-queue PRs queued for automated landing through the Commit Queue. commit-queue-rebase PRs the Commit Queue should land as multiple self-contained commits. labels Sep 16, 2026
@nodejs-github-bot nodejs-github-bot added commit-queue-failed PRs whose Commit Queue landing failed and need manual intervention before retrying. and removed commit-queue PRs queued for automated landing through the Commit Queue. labels Sep 17, 2026
@nodejs-github-bot

Copy link
Copy Markdown
Collaborator

Commit Queue failed

     ⚠  0:50     Title should be <= 50 columns.            title-length
     ⚠  0:50     Title should be <= 50 columns.            title-length
     ⚠  0:50     Title should be <= 50 columns.            title-length
     ⚠  0:50     Title should be <= 50 columns.            title-length
  ✖  20c2d6eca1f428c5aca85a8856e9026695f562f5
     ✖  0:34     Do not use consecutive spaces in title.   title-format

The pull request was removed from the Commit Queue and labeled commit-queue-failed PRs whose Commit Queue landing failed and need manual intervention before retrying. . After resolving the failure, remove that label and add commit-queue PRs queued for automated landing through the Commit Queue. to retry.

Full Commit Queue output
�[36m⠋�[39m Loading data for nodejs/node/pull/66028
�[36m⠋�[39m Loading data for nodejs/node/pull/66028
�[36m⠋�[39m Getting collaborator contacts from README of nodejs/node
�[36m⠋�[39m Getting PR from nodejs/node/pull/66028
�[36m⠋�[39m Getting reviews from nodejs/node/pull/66028
�[36m⠋�[39m Getting comments from nodejs/node/pull/66028
�[36m⠋�[39m Getting commits from nodejs/node/pull/66028
✔  Done loading data for nodejs/node/pull/66028
----------------------------------- PR info ------------------------------------
Title      streams: more iter streams fixes (#66028)
Author     James M Snell <jasnell@gmail.com> (@jasnell)
Branch     jasnell:jasnell/moar-iter-streams -> nodejs:main
Labels     stream, author ready, needs-ci, commit-queue, commit-queue-rebase
Commits    6
 - stream: update broadcast to retain buffered data with zero consumers
 - stream: make Broadcast.from abort its background pump
 - stream: make share budget failures detach before throwing
 - stream: reject unbounded at SyncShare construction
 - stream: fixup stream/iter to drop at most one entry per share call
 - quic: fix timeout regression from  11ed32572b3
Committers 1
 - James M Snell <jasnell@gmail.com>
PR-URL: https://github.com/nodejs/node/pull/66028
Reviewed-By: Filip Skokan <panva.ip@gmail.com>
Reviewed-By: Tim Perry <pimterry@gmail.com>
------------------------------ Generated metadata ------------------------------
PR-URL: https://github.com/nodejs/node/pull/66028
Reviewed-By: Filip Skokan <panva.ip@gmail.com>
Reviewed-By: Tim Perry <pimterry@gmail.com>
--------------------------------------------------------------------------------
   ℹ  This PR was created on Tue, 15 Sep 2026 03:39:54 GMT
   ✔  Approvals: 2
   ✔  - Filip Skokan (@panva) (TSC): https://github.com/nodejs/node/pull/66028#pullrequestreview-5212723553
   ✔  - Tim Perry (@pimterry): https://github.com/nodejs/node/pull/66028#pullrequestreview-5228559103
   ✔  Last GitHub CI successful
   ℹ  Last Full PR CI on 2026-09-16T00:43:54Z: https://ci.nodejs.org/job/node-test-pull-request/77538/
�[36m⠙�[39m Querying data for job/node-test-pull-request/77538/
�[36m⠙�[39m Querying data for job/node-test-pull-request/77538/
�[36m⠙�[39m Querying API for job/node-test-pull-request/77538/
✔  Build data downloaded
   ✔  Last Jenkins CI successful
--------------------------------------------------------------------------------
   ✔  No git cherry-pick in progress
   ✔  No git am in progress
   ✔  No git rebase in progress
--------------------------------------------------------------------------------
�[36m⠹�[39m Bringing origin/main up to date...
�[36m⠹�[39m Bringing origin/main up to date...
From https://github.com/nodejs/node
 * branch                  main       -> FETCH_HEAD
✔  origin/main is now up-to-date
�[36m⠸�[39m Downloading patch for 66028
�[36m⠸�[39m Downloading patch for 66028
From https://github.com/nodejs/node
 * branch                  refs/pull/66028/merge -> FETCH_HEAD
✔  Fetched commits as edc61b14de8e..1c49e7ed7f55
--------------------------------------------------------------------------------
[main d9b14f44cd] stream: update broadcast to retain buffered data with zero consumers
 Author: James M Snell <jasnell@gmail.com>
 Date: Sun Aug 30 14:44:24 2026 +0000
 2 files changed, 15 insertions(+)
[main 032e583ea7] stream: make Broadcast.from abort its background pump
 Author: James M Snell <jasnell@gmail.com>
 Date: Sun Aug 30 15:03:26 2026 +0000
 2 files changed, 68 insertions(+), 29 deletions(-)
[main fe3e98af70] stream: make share budget failures detach before throwing
 Author: James M Snell <jasnell@gmail.com>
 Date: Sun Aug 30 15:09:17 2026 +0000
 2 files changed, 31 insertions(+), 16 deletions(-)
[main 2453e38842] stream: reject unbounded at SyncShare construction
 Author: James M Snell <jasnell@gmail.com>
 Date: Sun Aug 30 15:18:58 2026 +0000
 2 files changed, 50 insertions(+), 10 deletions(-)
[main 35a3bb9217] stream: fixup stream/iter to drop at most one entry per share call
 Author: James M Snell <jasnell@gmail.com>
 Date: Tue Sep 15 16:15:27 2026 +0000
 3 files changed, 63 insertions(+), 11 deletions(-)
[main 8eb8e5b622] quic: fix timeout regression from  11ed32572b3
 Author: James M Snell <jasnell@gmail.com>
 Date: Tue Sep 15 20:36:29 2026 +0000
 1 file changed, 2 insertions(+), 7 deletions(-)
   ✔  Patches applied
There are 6 commits in the PR. Attempting autorebase.
(node:695) [DEP0190] DeprecationWarning: Passing args to a child process with shell option true can lead to security vulnerabilities, as the arguments are not escaped, only concatenated.
(Use `node --trace-deprecation ...` to show where the warning was created)
Rebasing (2/12)
Executing: git node land --amend --yes
--------------------------------- New Message ----------------------------------
stream: update broadcast to retain buffered data with zero consumers

While the Broadcast is still open, maintain buffered data when
consumer count reaches zero

Signed-off-by: James M Snell <jasnell@gmail.com>
Assisted-by: Opencode
PR-URL: https://github.com/nodejs/node/pull/66028
Reviewed-By: Filip Skokan <panva.ip@gmail.com>
Reviewed-By: Tim Perry <pimterry@gmail.com>
--------------------------------------------------------------------------------
[detached HEAD dd660cc909] stream: update broadcast to retain buffered data with zero consumers
 Author: James M Snell <jasnell@gmail.com>
 Date: Sun Aug 30 14:44:24 2026 +0000
 2 files changed, 15 insertions(+)
Rebasing (3/12)
Rebasing (4/12)
Executing: git node land --amend --yes
--------------------------------- New Message ----------------------------------
stream: make Broadcast.from abort its background pump

Signed-off-by: James M Snell <jasnell@gmail.com>
Assisted-by: Opencode
PR-URL: https://github.com/nodejs/node/pull/66028
Reviewed-By: Filip Skokan <panva.ip@gmail.com>
Reviewed-By: Tim Perry <pimterry@gmail.com>
--------------------------------------------------------------------------------
[detached HEAD 260ea504f2] stream: make Broadcast.from abort its background pump
 Author: James M Snell <jasnell@gmail.com>
 Date: Sun Aug 30 15:03:26 2026 +0000
 2 files changed, 68 insertions(+), 29 deletions(-)
Rebasing (5/12)
Rebasing (6/12)
Executing: git node land --amend --yes
--------------------------------- New Message ----------------------------------
stream: make share budget failures detach before throwing

Signed-off-by: James M Snell <jasnell@gmail.com>
Assisted-by: Opencode
PR-URL: https://github.com/nodejs/node/pull/66028
Reviewed-By: Filip Skokan <panva.ip@gmail.com>
Reviewed-By: Tim Perry <pimterry@gmail.com>
--------------------------------------------------------------------------------
[detached HEAD ed0a62649d] stream: make share budget failures detach before throwing
 Author: James M Snell <jasnell@gmail.com>
 Date: Sun Aug 30 15:09:17 2026 +0000
 2 files changed, 31 insertions(+), 16 deletions(-)
Rebasing (7/12)
Rebasing (8/12)
Executing: git node land --amend --yes
--------------------------------- New Message ----------------------------------
stream: reject unbounded at SyncShare construction

Signed-off-by: James M Snell <jasnell@gmail.com>
Assisted-by: Opencode
PR-URL: https://github.com/nodejs/node/pull/66028
Reviewed-By: Filip Skokan <panva.ip@gmail.com>
Reviewed-By: Tim Perry <pimterry@gmail.com>
--------------------------------------------------------------------------------
[detached HEAD 9c2b36dd6e] stream: reject unbounded at SyncShare construction
 Author: James M Snell <jasnell@gmail.com>
 Date: Sun Aug 30 15:18:58 2026 +0000
 2 files changed, 50 insertions(+), 10 deletions(-)
Rebasing (9/12)
Rebasing (10/12)
Executing: git node land --amend --yes
--------------------------------- New Message ----------------------------------
stream: fixup stream/iter to drop at most one entry per share call

Signed-off-by: James M Snell <jasnell@gmail.com>
Assisted-by: Opencode
PR-URL: https://github.com/nodejs/node/pull/66028
Reviewed-By: Filip Skokan <panva.ip@gmail.com>
Reviewed-By: Tim Perry <pimterry@gmail.com>
--------------------------------------------------------------------------------
[detached HEAD 9fa2d5c7b8] stream: fixup stream/iter to drop at most one entry per share call
 Author: James M Snell <jasnell@gmail.com>
 Date: Tue Sep 15 16:15:27 2026 +0000
 3 files changed, 63 insertions(+), 11 deletions(-)
Rebasing (11/12)
Rebasing (12/12)
Executing: git node land --amend --yes
--------------------------------- New Message ----------------------------------
quic: fix timeout regression from  11ed32572b3

Commit 11ed32572b3 introduced a regression in quic

Signed-off-by: James M Snell <jasnell@gmail.com>
PR-URL: https://github.com/nodejs/node/pull/66028
Reviewed-By: Filip Skokan <panva.ip@gmail.com>
Reviewed-By: Tim Perry <pimterry@gmail.com>
--------------------------------------------------------------------------------
[detached HEAD 20c2d6eca1] quic: fix timeout regression from  11ed32572b3
 Author: James M Snell <jasnell@gmail.com>
 Date: Tue Sep 15 20:36:29 2026 +0000
 1 file changed, 2 insertions(+), 7 deletions(-)
Successfully rebased and updated refs/heads/main.
--------------------------------------------------------------------------------
  ✔  dd660cc9094137e89f1715f7a387726dd0d2af29
     ✔  0:0      Assisted-by is a trailer                  assisted-by-is-trailer
     ✔  0:0      no Co-authored-by metadata                co-authored-by-is-trailer
     ✔  0:0      skipping fixes-url                        fixes-url
     ✔  0:0      blank line after title                    line-after-title
     ✔  0:0      line-lengths are valid                    line-length
     ✔  0:0      metadata is at end of message             metadata-end
     ✔  6:8      PR-URL is valid.                          pr-url
     ✔  0:0      reviewers are valid                       reviewers
     ✔  0:0      has valid Signed-off-by                   signed-off-by
     ✔  0:0      valid subsystems                          subsystem
     ✔  0:0      Title is formatted correctly.             title-format
     ⚠  0:50     Title should be <= 50 columns.            title-length
  ✔  260ea504f2964e27154981b2dbfe96d2a79bcf73
     ✔  0:0      Assisted-by is a trailer                  assisted-by-is-trailer
     ✔  0:0      no Co-authored-by metadata                co-authored-by-is-trailer
     ✔  0:0      skipping fixes-url                        fixes-url
     ✔  0:0      blank line after title                    line-after-title
     ✔  0:0      line-lengths are valid                    line-length
     ✔  0:0      metadata is at end of message             metadata-end
     ✔  3:8      PR-URL is valid.                          pr-url
     ✔  0:0      reviewers are valid                       reviewers
     ✔  0:0      has valid Signed-off-by                   signed-off-by
     ✔  0:0      valid subsystems                          subsystem
     ✔  0:0      Title is formatted correctly.             title-format
     ⚠  0:50     Title should be <= 50 columns.            title-length
  ✔  ed0a62649d5884c3339599d787d602a95f4807b0
     ✔  0:0      Assisted-by is a trailer                  assisted-by-is-trailer
     ✔  0:0      no Co-authored-by metadata                co-authored-by-is-trailer
     ✔  0:0      skipping fixes-url                        fixes-url
     ✔  0:0      blank line after title                    line-after-title
     ✔  0:0      line-lengths are valid                    line-length
     ✔  0:0      metadata is at end of message             metadata-end
     ✔  3:8      PR-URL is valid.                          pr-url
     ✔  0:0      reviewers are valid                       reviewers
     ✔  0:0      has valid Signed-off-by                   signed-off-by
     ✔  0:0      valid subsystems                          subsystem
     ✔  0:0      Title is formatted correctly.             title-format
     ⚠  0:50     Title should be <= 50 columns.            title-length
  ✔  9c2b36dd6eaaf93a3a9d6f974714acd3dfc894cf
     ✔  0:0      Assisted-by is a trailer                  assisted-by-is-trailer
     ✔  0:0      no Co-authored-by metadata                co-authored-by-is-trailer
     ✔  0:0      skipping fixes-url                        fixes-url
     ✔  0:0      blank line after title                    line-after-title
     ✔  0:0      line-lengths are valid                    line-length
     ✔  0:0      metadata is at end of message             metadata-end
     ✔  3:8      PR-URL is valid.                          pr-url
     ✔  0:0      reviewers are valid                       reviewers
     ✔  0:0      has valid Signed-off-by                   signed-off-by
     ✔  0:0      valid subsystems                          subsystem
     ✔  0:0      Title is formatted correctly.             title-format
     ✔  0:0      Title is <= 50 columns.                   title-length
  ✔  9fa2d5c7b80ce9ccd15c33b029746ae45d1fe5f8
     ✔  0:0      Assisted-by is a trailer                  assisted-by-is-trailer
     ✔  0:0      no Co-authored-by metadata                co-authored-by-is-trailer
     ✔  0:0      skipping fixes-url                        fixes-url
     ✔  0:0      blank line after title                    line-after-title
     ✔  0:0      line-lengths are valid                    line-length
     ✔  0:0      metadata is at end of message             metadata-end
     ✔  3:8      PR-URL is valid.                          pr-url
     ✔  0:0      reviewers are valid                       reviewers
     ✔  0:0      has valid Signed-off-by                   signed-off-by
     ✔  0:0      valid subsystems                          subsystem
     ✔  0:0      Title is formatted correctly.             title-format
     ⚠  0:50     Title should be <= 50 columns.            title-length
  ✖  20c2d6eca1f428c5aca85a8856e9026695f562f5
     ✔  0:0      no Assisted-by metadata                   assisted-by-is-trailer
     ✔  0:0      no Co-authored-by metadata                co-authored-by-is-trailer
     ✔  0:0      skipping fixes-url                        fixes-url
     ✔  0:0      blank line after title                    line-after-title
     ✔  0:0      line-lengths are valid                    line-length
     ✔  0:0      metadata is at end of message             metadata-end
     ✔  4:8      PR-URL is valid.                          pr-url
     ✔  0:0      reviewers are valid                       reviewers
     ✔  0:0      has valid Signed-off-by                   signed-off-by
     ✔  0:0      valid subsystems                          subsystem
     ✖  0:34     Do not use consecutive spaces in title.   title-format
     ✔  0:0      Title is <= 50 columns.                   title-length
--------------------------------------------------------------------------------
   ℹ  Please fix the commit message and try again.
Please manually ammend the commit message, by running
`git commit --amend`
Once commit message is fixed, finish the landing command running
`git node land --continue`

View workflow run

@jasnell jasnell removed commit-queue-failed PRs whose Commit Queue landing failed and need manual intervention before retrying. commit-queue-rebase PRs the Commit Queue should land as multiple self-contained commits. labels Sep 17, 2026
jasnell added a commit that referenced this pull request Sep 17, 2026
While the Broadcast is still open, maintain buffered data when
consumer count reaches zero

Signed-off-by: James M Snell <jasnell@gmail.com>
Assisted-by: Opencode
PR-URL: #66028
Reviewed-By: Filip Skokan <panva.ip@gmail.com>
Reviewed-By: Tim Perry <pimterry@gmail.com>
jasnell added a commit that referenced this pull request Sep 17, 2026
Signed-off-by: James M Snell <jasnell@gmail.com>
Assisted-by: Opencode
PR-URL: #66028
Reviewed-By: Filip Skokan <panva.ip@gmail.com>
Reviewed-By: Tim Perry <pimterry@gmail.com>
jasnell added a commit that referenced this pull request Sep 17, 2026
Signed-off-by: James M Snell <jasnell@gmail.com>
Assisted-by: Opencode
PR-URL: #66028
Reviewed-By: Filip Skokan <panva.ip@gmail.com>
Reviewed-By: Tim Perry <pimterry@gmail.com>
jasnell added a commit that referenced this pull request Sep 17, 2026
Signed-off-by: James M Snell <jasnell@gmail.com>
Assisted-by: Opencode
PR-URL: #66028
Reviewed-By: Filip Skokan <panva.ip@gmail.com>
Reviewed-By: Tim Perry <pimterry@gmail.com>
jasnell added a commit that referenced this pull request Sep 17, 2026
Signed-off-by: James M Snell <jasnell@gmail.com>
Assisted-by: Opencode
PR-URL: #66028
Reviewed-By: Filip Skokan <panva.ip@gmail.com>
Reviewed-By: Tim Perry <pimterry@gmail.com>
jasnell added a commit that referenced this pull request Sep 17, 2026
Commit 11ed325 introduced a regression in quic

Signed-off-by: James M Snell <jasnell@gmail.com>
PR-URL: #66028
Reviewed-By: Filip Skokan <panva.ip@gmail.com>
Reviewed-By: Tim Perry <pimterry@gmail.com>
@jasnell

jasnell commented Sep 17, 2026

Copy link
Copy Markdown
Member Author

Landed in e204ae8...fa95cd5

@jasnell jasnell closed this Sep 17, 2026
aduh95 pushed a commit that referenced this pull request Sep 18, 2026
While the Broadcast is still open, maintain buffered data when
consumer count reaches zero

Signed-off-by: James M Snell <jasnell@gmail.com>
Assisted-by: Opencode
PR-URL: #66028
Reviewed-By: Filip Skokan <panva.ip@gmail.com>
Reviewed-By: Tim Perry <pimterry@gmail.com>
aduh95 pushed a commit that referenced this pull request Sep 18, 2026
Signed-off-by: James M Snell <jasnell@gmail.com>
Assisted-by: Opencode
PR-URL: #66028
Reviewed-By: Filip Skokan <panva.ip@gmail.com>
Reviewed-By: Tim Perry <pimterry@gmail.com>
aduh95 pushed a commit that referenced this pull request Sep 18, 2026
Signed-off-by: James M Snell <jasnell@gmail.com>
Assisted-by: Opencode
PR-URL: #66028
Reviewed-By: Filip Skokan <panva.ip@gmail.com>
Reviewed-By: Tim Perry <pimterry@gmail.com>
aduh95 pushed a commit that referenced this pull request Sep 18, 2026
Signed-off-by: James M Snell <jasnell@gmail.com>
Assisted-by: Opencode
PR-URL: #66028
Reviewed-By: Filip Skokan <panva.ip@gmail.com>
Reviewed-By: Tim Perry <pimterry@gmail.com>
aduh95 pushed a commit that referenced this pull request Sep 18, 2026
Signed-off-by: James M Snell <jasnell@gmail.com>
Assisted-by: Opencode
PR-URL: #66028
Reviewed-By: Filip Skokan <panva.ip@gmail.com>
Reviewed-By: Tim Perry <pimterry@gmail.com>
aduh95 pushed a commit that referenced this pull request Sep 18, 2026
Commit 11ed325 introduced a regression in quic

Signed-off-by: James M Snell <jasnell@gmail.com>
PR-URL: #66028
Reviewed-By: Filip Skokan <panva.ip@gmail.com>
Reviewed-By: Tim Perry <pimterry@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

author ready PRs with CI started, the required approvals, and no outstanding review comments. needs-ci PRs that need a full CI run. stream Issues and PRs related to Node.js streams.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants