Loïc Hoguin
6f7b59886e
Remove NumAcceptors argument from start_clear/tls
...
They are now cowboy:start_clear/3 and cowboy:start_tls/3.
The NumAcceptors argument can be specified via the
num_acceptor transport option. Ranch has been updated
to 1.4.0 to that effect.
2017-06-07 15:15:54 +02:00
Loïc Hoguin
7db724f04a
Add inactivity_timeout and other options improvements
2017-05-05 13:48:25 +02:00
Loïc Hoguin
95d2855f62
Add the idle_timeout HTTP/1.1 protocol option
...
This fixes the connection being dropped because of request_timeout
despite there being some active streams.
2017-05-03 17:44:00 +02:00
Sasan Hezarkhani
56e489f00a
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`
2016-12-22 23:56:48 +01:00
Loïc Hoguin
cbc7056395
Update cowboy_websocket_manual
2016-12-22 18:13:25 +01:00
Loïc Hoguin
a9d9c9d902
Add cowboy_http manual
...
Updates and replaces the cowboy_protocol manual.
2016-12-22 14:48:02 +01:00