Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-10-31 | Always dialyze tests and fix some cowboy_req specs | Loïc Hoguin | |
2018-05-17 | Remove the parse_host test from old_http_SUITE | Loïc Hoguin | |
It seems to just be a duplicate of something we now have in Cowlib. | |||
2018-03-26 | Fix the flushing of messages when switching to Websocket | Loïc Hoguin | |
We now flush messages that are specific to cowboy_http only. Stream handlers should also flush their own specific messages if necessary, although timeouts will be flushed regardless of where they originate from. Also renames the http_SUITE to old_http_SUITE to distinguish new tests from old tests. Most old tests need to be removed or converted eventually as they're legacy tests from Cowboy 1.0. |