Skip to content

Commit cba7d6b

Browse files
ngayeriedcpena
authored andcommitted
[Fundamentals] Update connection-limits.mdx (cloudflare#22667)
* [Fundamentals] Update connection-limits.mdx * Update connection-limits.mdx --------- Co-authored-by: Denise Peña <[email protected]>
1 parent 8a3418b commit cba7d6b

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

src/content/docs/fundamentals/reference/connection-limits.mdx

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,3 +42,15 @@ Some TCP connections can be customized for Enterprise customers. Reach out to yo
4242
Cloudflare maintains keep-alive connections to improve performance and reduce cost of recurring TCP connects in the request transaction as Cloudflare proxies customer traffic from its global network to the site's origin server.
4343

4444
Ensure HTTP keep-alive connections are enabled on your origin. Cloudflare reuses open TCP connections up to the `Proxy Idle Timeout` limit after the last HTTP request. Origin web servers close TCP connections if too many are open. HTTP keep-alive helps avoid connection resets for requests proxied by Cloudflare.
45+
46+
## Request limits
47+
48+
URLs have a limit of 16 KB. Request headers have a total limit of 32 KB, but each header is limited to 16 KB.
49+
50+
## Response limits
51+
52+
Response headers observe a total limit of 32 KB, but each header is limited to 16 KB.
53+
54+
## Cache limits
55+
56+
Refer to the [Cache documentation](/cache/concepts/default-cache-behavior/#customization-options-and-limits) for more details about the max upload size and the cacheable file size limits.

0 commit comments

Comments
 (0)