Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-10-31 | Improve a few types, including cowboy_req:req() | Loïc Hoguin | |
2018-10-31 | Always dialyze tests and fix some cowboy_req specs | Loïc Hoguin | |
2018-09-26 | Use gun:info instead of hacks for test socket operations | Loïc Hoguin | |
2018-05-18 | Remove two broken absolute URI tests from old_http_SUITE | Loïc Hoguin | |
2018-05-18 | Remove more old_http_SUITE tests | Loïc Hoguin | |
2018-05-17 | Remove the set_env test from old_http_SUITE | Loïc Hoguin | |
It duplicated a test in misc_SUITE. Also fix a couple issues in misc_SUITE including a test that was not being executed. | |||
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-05-17 | Move a router test from old_http_SUITE to cowboy_router | Loïc Hoguin | |
2018-05-17 | Move timeout tests from old_http_SUITE to http_SUITE | Loïc Hoguin | |
Also fix the idle_timeout test which was producing an extra crash log. | |||
2018-05-17 | Remove more tests from old_http_SUITE which exist elsewhere | Loïc Hoguin | |
2018-05-17 | Remove/convert tests about request body from old_http_SUITE | Loïc Hoguin | |
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. |