Partial responses and range requests #2624
Labels
affected-very-few
This issue impacts very few customers
area-middleware
Includes: URL rewrite, redirect, response cache/compression, session, and other general middlesware
enhancement
This issue represents an ask for new feature or an enhancement to an existing one
feature-response-caching
Needs: Design
This issue requires design work before implementating.
severity-nice-to-have
This label is used by an internal tool
Milestone
From @JunTaoLuo on Thursday, September 15, 2016 2:09:20 PM
Currently we don't cache partial responses with status code 206. These responses are cacheable but right now the user will need to override our cache policy providers to cache them. Also there is no current mechanism to coalesce overlapping partial responses and no way to serve a portion of the response given range requests.
Copied from original issue: aspnet/ResponseCaching#36
The text was updated successfully, but these errors were encountered: