SegmentReadStream should override CopyTo when available
JunTaoLuo opened this issue · 1 comments
JunTaoLuo commented
In https://github.com/dotnet/corefx/issues/11342 CopyTo
was made virtual. We should override this with the same logic as CopyToAsync
to avoid the unnecessary calls to Read
in the SegmentReadStream
.
aspnet-hello commented
This issue was moved to dotnet/aspnetcore#2610