Skip to content

Commit 1c2b9c8

Browse files
authored
1 parent e4320d6 commit 1c2b9c8

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
@@ -33,7 +33,7 @@ When [Origin Cache Control](/cache/concepts/cache-control/) is enabled on an Ent
3333

3434
Clients can send range requests to be served from the cache using the `Range` header. Note that:
3535

36-
- If the origin response includes a `Content-Length` header, then the specified byte range will be returned with an HTTP 206 response.
36+
- If the origin response includes a `Content-Length` header, then the specified byte range will be returned with an [HTTP 206](/support/troubleshooting/http-status-codes/2xx-success/#206-partial-content) 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.
3838

3939
## Default cached file extensions

0 commit comments

Comments
 (0)