Skip to content
This repository has been archived by the owner on Nov 22, 2018. It is now read-only.

Partial responses and range requests #36

Closed
JunTaoLuo opened this issue Sep 15, 2016 · 2 comments
Closed

Partial responses and range requests #36

JunTaoLuo opened this issue Sep 15, 2016 · 2 comments

Comments

@JunTaoLuo
Copy link
Contributor

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.

@Tratcher
Copy link
Member

One subset of this functionality would be easy to implement, the ability to handle range requests when the full body is available in the cache. Range requests should already work today, we just ignore the range header. If we checked the range header we could send a subset of the body with a 206 status instead.

@muratg muratg added this to the 1.2.0 milestone Oct 5, 2016
@muratg muratg modified the milestones: 1.1.0, 2.0.0 Jan 12, 2017
@muratg muratg modified the milestones: 2.0.0-preview1, 2.0.0-preview2 Apr 21, 2017
@muratg muratg modified the milestones: Backlog, 2.0.0-preview2 May 25, 2017
@aspnet-hello
Copy link

This issue was moved to dotnet/aspnetcore#2624

@aspnet aspnet locked and limited conversation to collaborators Jan 2, 2018
@aspnet-hello aspnet-hello removed this from the Backlog milestone Jan 2, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

4 participants