We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1d9d435 commit a172434Copy full SHA for a172434
src/content/docs/cache/concepts/default-cache-behavior.mdx
@@ -31,7 +31,7 @@ When [Origin Cache Control](/cache/concepts/cache-control/) is enabled on an Ent
31
32
## Client side range requests
33
34
-Clients can send range requests to be served from the cache. For a cacheable request:
+Clients can send range requests to be served from the cache using the `Range` header. Note that:
35
36
- If the origin response includes a `Content-Length` header, then the specified byte range will be returned with an HTTP 206 response.
37
- If the origin response does not include the `Content-Length` header, the cache will return the full content with an HTTP 200 response.
0 commit comments