[Archived] Middleware for handling requests for file system resources including files and directories. Project moved to https://github.com/aspnet/AspNetCore
Apache License 2.0
114
stars
72
forks
source link
Return a single range instead of a collection from ParseRange #196
ParseRange should return a single RangeItemHeaderValue (multiple are not supported) instead of ICollection<RangeItemHeaderValue>
As a follow up, the caller code in StaticFileContext and FileResultExecutorBase in MVC should be modified.
ParseRange should return a single
RangeItemHeaderValue
(multiple are not supported) instead ofICollection<RangeItemHeaderValue>
As a follow up, the caller code in StaticFileContext and FileResultExecutorBase in MVC should be modified.cc @Tratcher