Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-11-14 | Add some missing items to a few module changelogs | Loïc Hoguin | |
2018-11-14 | Allow disabling keep-alive for HTTP/1.0 connections | Loïc Hoguin | |
2018-11-14 | Document the proxy_header protocol option | Loïc Hoguin | |
2018-11-03 | Add an option to disable sendfile for a listener | Loïc Hoguin | |
2018-05-16 | Add option linger_timeout to cowboy_http | Loïc Hoguin | |
2017-12-07 | Add more rfc7231 tests and a new max_skip_body_length option | Loïc Hoguin | |
The option controls how much body we accept to skip for HTTP/1.1 connections when the user code did not consume the body fully. It defaults to 1MB. | |||
2017-06-07 | Remove NumAcceptors argument from start_clear/tls | Loïc Hoguin | |
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-05-05 | Add inactivity_timeout and other options improvements | Loïc Hoguin | |
2017-05-03 | Add the idle_timeout HTTP/1.1 protocol option | Loïc Hoguin | |
This fixes the connection being dropped because of request_timeout despite there being some active streams. | |||
2016-12-22 | Updates cowboy_http documents changelog | Sasan Hezarkhani | |
The changelog had a wrong reference to an option that was updated. `max_header_request_line_length` -> `max_request_line_length` | |||
2016-12-22 | Update cowboy_websocket_manual | Loïc Hoguin | |
2016-12-22 | Add cowboy_http manual | Loïc Hoguin | |
Updates and replaces the cowboy_protocol manual. |