Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Explicitly deny new server-initiated bidirectional stream
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.
- Loading branch information