Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Explicitly deny new server-initiated bidirectional stream #286

Merged
merged 1 commit into from
Dec 29, 2024

Conversation

tatsuhiro-t
Copy link
Member

Vanilla HTTP/3 does not allow server to create bidirectional stream. libnghttp3 expects that application configures the QUIC stack like so. Still it would be nice to explicitly deny new server-initiated bidirectional stream for clarity.

Vanilla HTTP/3 does not allow server to create bidirectional stream.
libnghttp3 expects that application configures the QUIC stack like so.
Still it would be nice to explicitly deny new server-initiated
bidirectional stream for clarity.
@tatsuhiro-t tatsuhiro-t added this to the v1.8.0 milestone Dec 29, 2024
@tatsuhiro-t tatsuhiro-t merged commit 87bb001 into main Dec 29, 2024
36 checks passed
@tatsuhiro-t tatsuhiro-t deleted the deny-new-server-bidi-stream branch December 29, 2024 08:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant