aboutsummaryrefslogtreecommitdiffstats
path: root/test/handlers/resp_iolist_body_h.erl
AgeCommit message (Collapse)Author
2018-10-31Always dialyze tests and fix some cowboy_req specsLoïc Hoguin
2018-01-23Fix a miscount of output flow control window for HTTP/2Loïc Hoguin
The miscount occurred because of a faulty iolist split function. The bug should now be corrected, a PropEr test has been added and a regression test has also been added.