You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/content/docs/fundamentals/reference/connection-limits.mdx
+12Lines changed: 12 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -42,3 +42,15 @@ Some TCP connections can be customized for Enterprise customers. Reach out to yo
42
42
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.
43
43
44
44
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