diff options
author | Sasan Hezarkhani <[email protected]> | 2016-12-22 18:30:52 +0000 |
---|---|---|
committer | Loïc Hoguin <[email protected]> | 2016-12-22 23:56:48 +0100 |
commit | 56e489f00aa60319febf78ebe121a5155e3bb4aa (patch) | |
tree | 302239a3ec7f8370e8bf4c600e9328d20a942d37 /doc/src/manual/cowboy_http.asciidoc | |
parent | cbc7056395b58237ca589837544d1db061b190e4 (diff) | |
download | cowboy-56e489f00aa60319febf78ebe121a5155e3bb4aa.tar.gz cowboy-56e489f00aa60319febf78ebe121a5155e3bb4aa.tar.bz2 cowboy-56e489f00aa60319febf78ebe121a5155e3bb4aa.zip |
Updates cowboy_http documents changelog
The changelog had a wrong reference to an option that was updated.
`max_header_request_line_length` -> `max_request_line_length`
Diffstat (limited to 'doc/src/manual/cowboy_http.asciidoc')
-rw-r--r-- | doc/src/manual/cowboy_http.asciidoc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/manual/cowboy_http.asciidoc b/doc/src/manual/cowboy_http.asciidoc index 4924d46..b792c1a 100644 --- a/doc/src/manual/cowboy_http.asciidoc +++ b/doc/src/manual/cowboy_http.asciidoc @@ -74,7 +74,7 @@ request_timeout (5000):: * *2.0*: The `max_method_length` option was added. * *2.0*: The `env` option is now a map instead of a proplist. -* *2.0*: The `max_header_request_line_length` default was increased from 4096 to 8000. +* *2.0*: The `max_request_line_length` default was increased from 4096 to 8000. * *2.0*: The `compress` option was temporarily removed. * *2.0*: Options are now a map instead of a proplist. * *2.0*: Protocol introduced. Replaces `cowboy_protocol`. |