Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Core - ResourceHandler set Stream.Position = 0 and if CanSeek
- Prior to version 75 the Stream.Position was set to 0 before the ResourceHandler would read the Stream. This restores that behaviour. - Minor refactor of if statement for Stream.Can seek, only override ResponseLength with Stream.Length of not already set Resolves #2903
- Loading branch information