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
+4-7Lines changed: 4 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -43,17 +43,14 @@ Cloudflare maintains keep-alive connections to improve performance and reduce co
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
45
46
-
# Other limits
47
-
48
46
## Request limits
49
47
50
-
URLs have a limit of 16 KB.
51
-
Request headers have a total limit of 32 KB, but each header is limited to 16 KB.
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.
52
49
53
-
##Response limits
50
+
##Response limits
54
51
55
52
Response headers observe a total limit of 32 KB, but each header is limited to 16 KB.
56
53
57
-
##Cache limits
54
+
##Cache limits
58
55
59
-
Plese 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.
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