aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2018-01-23 16:14:18 +0100
committerLoïc Hoguin <[email protected]>2018-01-23 16:14:18 +0100
commit482de55a96f9b68664a4d8b638f887138e26c5e8 (patch)
tree896c3398ec12777c7454cb2daef028a0e7a639ab /Makefile
parent3a7b411143db08cb4d8813d00988c07848738bd3 (diff)
downloadcowboy-482de55a96f9b68664a4d8b638f887138e26c5e8.tar.gz
cowboy-482de55a96f9b68664a4d8b638f887138e26c5e8.tar.bz2
cowboy-482de55a96f9b68664a4d8b638f887138e26c5e8.zip
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.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 0ba7e90..06a69e4 100644
--- a/Makefile
+++ b/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