ByteRangeStream
does not limit CopyToAsync(...)
range as it should
#206
Labels
3 - Done
bug
cost: XS
Will take up to half a day to complete
PRI: 1 - Required
Must be handled in a reasonable time
Milestone
Fix is to remove the
CopyToAsync(...)
override inDelegatingStream
. The underlyingStream
's implementation of this method will do the Right Thing:tm: and use methods that are correctly overridden inDelegatingStream
and its subclasses, includingByteRangeStream
.Issue originally tracked in https://devdiv.visualstudio.com/DevDiv/_workitems/edit/690342
The text was updated successfully, but these errors were encountered: