HTTP/3: Refactor unidirectional streams
Open
area-networking
HTTP3
- Dominant language
- C#
- Stars
- 38.4k
- Forks
- 10.9k
- Avg merge
- 2d 5h
- Merged PRs (30d)
- 276
Description
A unidirectional stream either sends or receives. Currently, they're both represented by Http3ControlStream. There are many methods and properties on this type that are only used in one direction. e.g. an incoming control stream doesn't need a `Http3FrameWriter`.
Consider splitting this type in two.
Contributor guide
Assessment
This issue has not been assessed yet.