aboutsummaryrefslogtreecommitdiffstats
path: root/rebar.config
diff options
context:
space:
mode:
authorJose M Perez <[email protected]>2021-10-07 14:21:49 +0200
committerLoïc Hoguin <[email protected]>2025-01-23 11:39:48 +0100
commit49061587be2cba33f750d8c45352d457c6e73ffa (patch)
tree7c4f99bb84bf0734a5a8936a077f92dadc36e607 /rebar.config
parent7f739cad6de9403391391b5811ac4a4af31e4688 (diff)
downloadcowboy-49061587be2cba33f750d8c45352d457c6e73ffa.tar.gz
cowboy-49061587be2cba33f750d8c45352d457c6e73ffa.tar.bz2
cowboy-49061587be2cba33f750d8c45352d457c6e73ffa.zip
Add WS compression test where only server sets client_max_window_bits
When the server has a non-default value configured and the client doesn't send one the extension negotiation should fail.
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 c22692c..dc2e25d 100644
--- a/rebar.config
+++ b/rebar.config
@@ -1,4 +1,4 @@
{deps, [
-{cowlib,".*",{git,"https://github.com/ninenines/cowlib","master"}},{ranch,".*",{git,"https://github.com/ninenines/ranch","1.8.0"}}
+{cowlib,".*",{git,"https://github.com/ninenines/cowlib","master"}},{ranch,".*",{git,"https://github.com/ninenines/ranch","1.8.x"}}
]}.
{erl_opts, [debug_info,warn_export_vars,warn_shadow_vars,warn_obsolete_guard,warn_missing_spec,warn_untyped_record]}.