Is your feature request related to a problem? Please describe.
PipeReader now supports a new virtual method ReadAtLeastAsync 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.
Is your feature request related to a problem? Please describe.
PipeReader now supports a new virtual method ReadAtLeastAsync 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.