Skip to content

ByteRangeStream does not limit CopyToAsync(...) range as it should #206

Closed
@dougbu

Description

@dougbu

Fix is to remove the CopyToAsync(...) override in DelegatingStream. The underlying Stream's implementation of this method will do the Right Thing:tm: and use methods that are correctly overridden in DelegatingStream and its subclasses, including ByteRangeStream.

Issue originally tracked in https://devdiv.visualstudio.com/DevDiv/_workitems/edit/690342

Metadata

Metadata

Assignees

Labels

3 - DonePRI: 1 - RequiredMust be handled in a reasonable timebugcost: XSWill take up to half a day to complete

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions