Skip to content

Commit 1ba3509

Browse files
authored
Update limits.mdx
Updating max headers to 128kb
1 parent e79319e commit 1ba3509

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/content/docs/workers/platform/limits.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ import { Render, WranglerConfig, DashButton } from "~/components";
3535

3636
URLs have a limit of 16 KB.
3737

38-
Request headers observe a total limit of 32 KB, but each header is limited to 16 KB.
38+
Request headers observe a total limit of 128 KB.
3939

4040
Cloudflare has network-wide limits on the request body size. This limit is tied to your Cloudflare account's plan, which is separate from your Workers plan. When the request body size of your `POST`/`PUT`/`PATCH` requests exceed your plan's limit, the request is rejected with a `(413) Request entity too large` error.
4141

@@ -52,7 +52,7 @@ Cloudflare Enterprise customers may contact their account team or [Cloudflare Su
5252

5353
## Response limits
5454

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

5757
Cloudflare does not enforce response limits on response body sizes, but cache limits for [our CDN are observed](/cache/concepts/default-cache-behavior/). Maximum file size is 512 MB for Free, Pro, and Business customers and 5 GB for Enterprise customers.
5858

0 commit comments

Comments
 (0)