aboutsummaryrefslogtreecommitdiffstats
path: root/rebar.config
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2018-10-30 10:03:17 +0100
committerLoïc Hoguin <[email protected]>2018-10-30 10:03:17 +0100
commit871989eef53663285c165fdfb83a5918ebe00d41 (patch)
tree31c2c21d20ce54b561620dafa50d85270206708a /rebar.config
parentf6e61f47adc2645f2caa5fbd012161d8bcca7502 (diff)
downloadgun-871989eef53663285c165fdfb83a5918ebe00d41.tar.gz
gun-871989eef53663285c165fdfb83a5918ebe00d41.tar.bz2
gun-871989eef53663285c165fdfb83a5918ebe00d41.zip
Switch to cow_http2_machine for HTTP/2
A common state machine for Gun and Cowboy will be easier to maintain. This fixes numerous issues including some test failures that were hidden because the h2specd_SUITE was flawed. We temporarily depend on Cowlib master until a new version is released.
Diffstat (limited to 'rebar.config')
-rw-r--r--rebar.config2
1 files changed, 1 insertions, 1 deletions
diff --git a/rebar.config b/rebar.config
index 347417f..348f53e 100644
--- a/rebar.config
+++ b/rebar.config
@@ -1,4 +1,4 @@
{deps, [
-{cowlib,".*",{git,"https://github.com/ninenines/cowlib","2.6.0"}}
+{cowlib,".*",{git,"https://github.com/ninenines/cowlib","master"}}
]}.
{erl_opts, [debug_info,warn_export_vars,warn_shadow_vars,warn_obsolete_guard]}.