0
Fork 0
mirror of https://github.com/ninenines/cowboy.git synced 2025-07-14 12:20:24 +00:00

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`
This commit is contained in:
Sasan Hezarkhani 2016-12-22 18:30:52 +00:00 committed by Loïc Hoguin
parent cbc7056395
commit 56e489f00a
No known key found for this signature in database
GPG key ID: 71366FF21851DF03

View file

@ -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`.