Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-12-08 | Add the few remaining tests to the rfc7231 test suite | 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-12-06 | Send a 426 when Websocket is required and client didn't upgrade | Loïc Hoguin | |
2017-12-06 | Fix 408 not sending connection: close for HTTP/1.1 | Loïc Hoguin | |
Also make sure the header is sent for all types of early_error that result in the closing of the connection. | |||
2017-12-06 | Add more rfc7231 tests | Loïc Hoguin | |
2017-12-06 | Properly handle OPTIONS * requests | Loïc Hoguin | |
Support for these was broken during the development of Cowboy 2.0. It is now fixed and better handled than it ever was. | |||
2017-12-06 | Also disable the TRACE method entirely | Loïc Hoguin | |
2017-12-06 | Disable the CONNECT method completely | Loïc Hoguin | |
It's safer than allow it with the wrong behavior. | |||
2017-12-04 | Add an rfc7231 test suite, fix an HTTP/2 bug with HEAD | Loïc Hoguin | |
In some cases there could be a body sent as a response to a HEAD request when using HTTP/2. This has been corrected. |