dotnet / dotnet/aspnetcore

HTTP/3: Refactor unidirectional streams

Open
#32,158 3 comments 0 reactions 0 assignees View on GitHub
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.