mirror of
https://github.com/ninenines/cowboy.git
synced 2025-07-14 12:20:24 +00:00
Fix a miscount of output flow control window for HTTP/2
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.
This commit is contained in:
parent
3a7b411143
commit
482de55a96
4 changed files with 445 additions and 9 deletions
2
Makefile
2
Makefile
|
@ -20,7 +20,7 @@ dep_ranch = git https://github.com/ninenines/ranch 1.4.0
|
|||
|
||||
DOC_DEPS = asciideck
|
||||
|
||||
TEST_DEPS = ci.erlang.mk ct_helper gun
|
||||
TEST_DEPS = ci.erlang.mk ct_helper gun proper
|
||||
dep_ct_helper = git https://github.com/extend/ct_helper master
|
||||
dep_gun = git https://github.com/ninenines/gun master
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue