decentraland / decentraland/catalyst

Support partial fetch to download content

Open
#896 1 comment 0 reactions 0 assignees View on GitHub
content-server tech-debt
Dominant language
TypeScript
Stars
52
Forks
56
Avg merge
5m
Merged PRs (30d)
1

Description

In order to implement a Service Worker on the client side to try to cache videos locally and reduce the DataTransfer cost in CloudFlare, Partial Fetch support is needed in the Content Server, and these type of requests should return HTTP Status code 206 and support the range header.

The HTTP 206 **Partial Content success status response** code indicates that the request has succeeded and the body contains the requested ranges of data, as described in the Range header of the request

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.