Skip to content

Commit f89d0c1

Browse files
authored
[Fundamentals] Update connection-limits.mdx
SHIP-9415
1 parent e079187 commit f89d0c1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,11 +45,11 @@ Ensure HTTP keep-alive connections are enabled on your origin. Cloudflare reuses
4545

4646
## Request limits
4747

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.
48+
URLs have a limit of 16 KB. Request headers have a total limit of 128 KB, and each header is limited to 128 KB.
4949

5050
## Response limits
5151

52-
Response headers observe a total limit of 32 KB, but each header is limited to 16 KB.
52+
Response headers observe a total limit of 128 KB, and each header is limited to 128 KB.
5353

5454
## Cache limits
5555

0 commit comments

Comments
 (0)