Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-01-24 | Fix sending HTTP/2 bodies as iolists out of order | Loïc Hoguin | |
2018-01-23 | Fix a miscount of output flow control window for HTTP/2 | Loï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. | |||
2017-05-19 | Preliminary h2 flow control support | Loïc Hoguin | |
Existing tests pass. A number of things remain to be done. Has only been tested with Gun so far. Feedback welcome! |