Skip to content

quic: add option waitUntilAvailable to creating streams - #65331

Open
martenrichter wants to merge 1 commit into
nodejs:mainfrom
martenrichter:waituntilavailable
Open

quic: add option waitUntilAvailable to creating streams#65331
martenrichter wants to merge 1 commit into
nodejs:mainfrom
martenrichter:waituntilavailable

Conversation

@martenrichter

Copy link
Copy Markdown
Contributor

We add an option to createBidirectionalStream and
createUnidirectionalStream to fail immediately,
if the flow control's stream budget does not
allow stream creation.
The behavior matches W3C webtransport's behavior.

Fixes #65321

We add an option to createBidirectionalStream and
createUnidirectionalStream to fail immediately,
if the flow control's stream budget does not
allow stream creation.
The behavior matches W3C webtransport's behavior.

Fixes nodejs#65321

Signed-off-by: Marten Richter <marten.richter@freenet.de>
@nodejs-github-bot

Copy link
Copy Markdown
Collaborator

Review requested:

  • @nodejs/quic

@nodejs-github-bot nodejs-github-bot added c++ Issues and PRs that require attention from people who are familiar with C++. lib / src Issues and PRs related to general changes in the lib or src directory. needs-ci PRs that need a full CI run. labels Aug 16, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

c++ Issues and PRs that require attention from people who are familiar with C++. lib / src Issues and PRs related to general changes in the lib or src directory. needs-ci PRs that need a full CI run.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

quic: Add mechanism similar to waitUntilAvailable to create(Bi|Uni)directionalStream

2 participants