We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e79319e commit 3fdfe80Copy full SHA for 3fdfe80
src/content/docs/fundamentals/reference/connection-limits.mdx
@@ -45,11 +45,11 @@ Ensure HTTP keep-alive connections are enabled on your origin. Cloudflare reuses
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.
+URLs have a limit of 16 KB. Request headers have a total limit of 128 KB.
49
50
## Response limits
51
52
-Response headers observe a total limit of 32 KB, but each header is limited to 16 KB.
+Response headers observe a total limit of 128kb.
53
54
## Cache limits
55
0 commit comments