Skip to content

Commit 27ecdf9

Browse files
committed
Merge branch 'patch-2' of https://github.com/digavino/azure-docs-pr into fd-2
2 parents ec7de7c + 2628930 commit 27ecdf9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/frontdoor/front-door-caching.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ If a request supports gzip and Brotli compression, Brotli compression takes prec
110110

111111
When a request for an asset specifies compression and the request results in a cache miss, Azure Front Door (classic) does compression of the asset directly on the POP server. Afterward, the compressed file is served from the cache. The resulting item is returned with a `Transfer-Encoding: chunked` response header.
112112

113-
If the origin uses Chunked Transfer Encoding (CTE) to send compressed data to the Azure Front Door PoP, then response sizes greater than 8 MB aren't supported.
113+
If the origin uses Chunked Transfer Encoding (CTE) to send data to the Azure Front Door POP, then compression is not supported.
114114

115115
> [!NOTE]
116116
> Range requests may be compressed into different sizes. Azure Front Door requires the content-length values to be the same for any GET HTTP request. If clients send byte range requests with the `Accept-Encoding` header that leads to the Origin responding with different content lengths, then Azure Front Door will return a 503 error. You can either disable compression on the origin, or create a Rules Engine rule to remove the `Accept-Encoding` header from the request for byte range requests.

0 commit comments

Comments
 (0)