React to PipeReader.ReadAtLeastAsync change
Open
area-networking
feature-kestrel
Perf
- Dominant language
- C#
- Stars
- 38.4k
- Forks
- 10.9k
- Avg merge
- 2d 6h
- Merged PRs (30d)
- 290
Description
### Is your feature request related to a problem? Please describe.
PipeReader now supports a [new virtual method ReadAtLeastAsync](https://github.com/dotnet/runtime/pull/51979) and we have a couple of custom implementations in Kestrel that we should react to (override the virtual method and forward where necessary). This will give us access to the optimized implementation.
Contributor guide
Assessment
This issue has not been assessed yet.