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

Add some missing items to a few module changelogs

This commit is contained in:
Loïc Hoguin 2018-11-14 17:12:06 +01:00
parent 6f57405b5c
commit 15fb3187f5
No known key found for this signature in database
GPG key ID: 8A9DF795F6FED764
2 changed files with 2 additions and 2 deletions

View file

@ -140,7 +140,7 @@ Ordered list of stream handlers that will handle all stream events.
== Changelog == Changelog
* *2.6*: The `sendfile` option was added. * *2.6*: The `http10_keepalive`, `proxy_header` and `sendfile` options were added.
* *2.5*: The `linger_timeout` option was added. * *2.5*: The `linger_timeout` option was added.
* *2.2*: The `max_skip_body_length` option was added. * *2.2*: The `max_skip_body_length` option was added.
* *2.0*: The `timeout` option was renamed `request_timeout`. * *2.0*: The `timeout` option was renamed `request_timeout`.

View file

@ -147,7 +147,7 @@ Ordered list of stream handlers that will handle all stream events.
== Changelog == Changelog
* *2.6*: The `sendfile` option was added. * *2.6*: The `proxy_header` and `sendfile` options were added.
* *2.4*: Add the options `initial_connection_window_size`, * *2.4*: Add the options `initial_connection_window_size`,
`initial_stream_window_size`, `max_concurrent_streams`, `initial_stream_window_size`, `max_concurrent_streams`,
`max_decode_table_size`, `max_encode_table_size`, `max_decode_table_size`, `max_encode_table_size`,