Skip to content

Commit a172434

Browse files
Update src/content/docs/cache/concepts/default-cache-behavior.mdx
1 parent 1d9d435 commit a172434

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/docs/cache/concepts/default-cache-behavior.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ When [Origin Cache Control](/cache/concepts/cache-control/) is enabled on an Ent
3131

3232
## Client side range requests
3333

34-
Clients can send range requests to be served from the cache. For a cacheable request:
34+
Clients can send range requests to be served from the cache using the `Range` header. Note that:
3535

3636
- If the origin response includes a `Content-Length` header, then the specified byte range will be returned with an HTTP 206 response.
3737
- 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

Comments
 (0)