Skip to content

Commit b61288a

Browse files
Update src/content/docs/cache/concepts/default-cache-behavior.mdx
Co-authored-by: Jun Lee <[email protected]>
1 parent 714fb25 commit b61288a

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

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

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

3232
## Client side range requests
3333

34-
Cloudflare supports clients to send range requests to be served from the cache. For a cacheable request, if the origin response includes a `Content-Length` header, then the specified byte range will be returned with a HTTP 206 response. If it does not include the `Content-Length` header, the cache will return the full content with a HTTP 200 response.
34+
Clients can send range requests to be served from the cache. For a cacheable request:
35+
36+
- If the origin response includes a `Content-Length` header, then the specified byte range will be returned with a HTTP 206 response.
37+
- If the origin response does not include the `Content-Length` header, the cache will return the full content with a HTTP 200 response.
3538

3639
## Default cached file extensions
3740

0 commit comments

Comments
 (0)