Skip to content

Commit 5a2728f

Browse files
Apply suggestions from code review
1 parent 42c7005 commit 5a2728f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/content/docs/cache/reference/etag-headers.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ When you enable **Respect Strong ETags** in a cache rule, Cloudflare will use st
3030
However, in some situations Cloudflare will convert strong ETags to weak ETags. For example, given the following conditions:
3131

3232
* **Respect Strong ETags** is enabled
33-
* [Compression](/speed/optimization/content/compression/) is enabled
33+
* [Brotli compression](/speed/optimization/content/compression/) is enabled
3434
* The origin server's response includes an `etag: "foobar"` strong ETag header
3535

3636
The Cloudflare network will take the following actions, depending on the visitor's `accept-encoding` header and the compression used in the origin server's response:
@@ -60,7 +60,7 @@ When **Respect Strong ETags** is disabled, Cloudflare will preserve strong ETag
6060
In all other situations, Cloudflare will either convert strong ETag headers to weak ETag headers or remove the strong ETag. For example, given the following conditions:
6161

6262
* **Respect Strong ETags** is disabled
63-
* [Compression](/speed/optimization/content/compression/) is enabled
63+
* [Brotli compression](/speed/optimization/content/compression/) is enabled
6464
* The origin server's response includes an `etag: "foobar"` strong ETag header
6565

6666
The Cloudflare network will take the following actions, depending on the visitor's `accept-encoding` header and the compression used in the origin server's response:

0 commit comments

Comments
 (0)