Skip to content

Commit 89295ee

Browse files
author
lexeyo
committed
fix docs: update max_request_size description
Updates description of the `max_request_size` parameter of the `server::handlers::HandlerBase` class. commit_hash:220afccc9bc74d024691fed875d658d264f44e15
1 parent d369c92 commit 89295ee

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

core/src/server/handlers/handler_base.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,10 @@ properties:
2222
description: comma-separated list of allowed methods
2323
max_request_size:
2424
type: integer
25-
description: max size of the whole request
25+
description: |
26+
Maximum size of the whole request. Limits both the size of the request
27+
and the size of a decompressed request body (if compression is being used).
28+
Requests exceeding the limit are rejected with 'Request Entity Too Large' (413) HTTP code.
2629
default: 1024 * 1024
2730
max_headers_size:
2831
type: integer

0 commit comments

Comments
 (0)