File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
src/content/docs/cache/concepts Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -33,8 +33,8 @@ When [Origin Cache Control](/cache/concepts/cache-control/) is enabled on an Ent
3333
3434Clients can send range requests to be served from the cache. For a cacheable request:
3535
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.
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.
3838
3939## Default cached file extensions
4040
You can’t perform that action at this time.
0 commit comments