Skip to content

Commit 878a9b3

Browse files
authored
Update connection-limits.mdx
1 parent 23b7054 commit 878a9b3

File tree

1 file changed

+4
-7
lines changed

1 file changed

+4
-7
lines changed

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

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -43,17 +43,14 @@ Cloudflare maintains keep-alive connections to improve performance and reduce co
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.
4545

46-
# Other limits
47-
4846
## Request limits
4947

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.
5249

53-
##Response limits
50+
## Response limits
5451

5552
Response headers observe a total limit of 32 KB, but each header is limited to 16 KB.
5653

57-
##Cache limits
54+
## Cache limits
5855

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

Comments
 (0)