aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2014-11-25 19:53:34 +0200
committerLoïc Hoguin <[email protected]>2014-11-25 19:53:34 +0200
commit0b1ab1eca80c10316a7d3bec464109a92e312ac5 (patch)
treeeef5c87f4564fb9b01f8e675b5b21c4ec405d9c3 /doc
parentc96abf819e20057e736afa7f22f5e4a2846abd85 (diff)
downloadcowboy-0b1ab1eca80c10316a7d3bec464109a92e312ac5.tar.gz
cowboy-0b1ab1eca80c10316a7d3bec464109a92e312ac5.tar.bz2
cowboy-0b1ab1eca80c10316a7d3bec464109a92e312ac5.zip
Small clarification on max_request_line_length
Diffstat (limited to 'doc')
-rw-r--r--doc/src/specs/rfc7230_server.ezdoc6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/src/specs/rfc7230_server.ezdoc b/doc/src/specs/rfc7230_server.ezdoc
index d35d877..9ccac94 100644
--- a/doc/src/specs/rfc7230_server.ezdoc
+++ b/doc/src/specs/rfc7230_server.ezdoc
@@ -57,9 +57,9 @@ features understood or safely ignored by HTTP/1.0 clients. (RFC7230 A)
:: Request line
-It is recommended to limit the request-line length to a minimum
-of 8000 octets. However, as the possible line length is highly
-dependent on what form the request-target takes, it is preferrable
+It is recommended to limit the request-line length to a configurable
+limit of at least 8000 octets. However, as the possible line length is
+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)
A request line too long must be rejected with a 414 status code