mirror of
https://github.com/ninenines/cowboy.git
synced 2025-07-15 04:30:25 +00:00
Small clarification on max_request_line_length
This commit is contained in:
parent
c96abf819e
commit
0b1ab1eca8
1 changed files with 3 additions and 3 deletions
|
@ -57,9 +57,9 @@ features understood or safely ignored by HTTP/1.0 clients. (RFC7230 A)
|
||||||
|
|
||||||
:: Request line
|
:: Request line
|
||||||
|
|
||||||
It is recommended to limit the request-line length to a minimum
|
It is recommended to limit the request-line length to a configurable
|
||||||
of 8000 octets. However, as the possible line length is highly
|
limit of at least 8000 octets. However, as the possible line length is
|
||||||
dependent on what form the request-target takes, it is preferrable
|
highly dependent on what form the request-target takes, it is preferrable
|
||||||
to limit each individual components of the request-target. (RFC7230 3.1.1)
|
to limit each individual components of the request-target. (RFC7230 3.1.1)
|
||||||
|
|
||||||
A request line too long must be rejected with a 414 status code
|
A request line too long must be rejected with a 414 status code
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue