From 90ae31998e8d0887b9efe4b441136ac047708bb9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Hoguin?= Date: Fri, 6 Mar 2015 01:56:30 +0100 Subject: Update Cowlib to 1.2.0; adds Websocket permessage-deflate The Websocket text frames should also be less resource intensive to validate now, with a binary concatenation avoided. --- rebar.config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'rebar.config') diff --git a/rebar.config b/rebar.config index 92cf75c..4dafa26 100644 --- a/rebar.config +++ b/rebar.config @@ -1,4 +1,4 @@ {deps, [ - {cowlib, ".*", {git, "git://github.com/ninenines/cowlib.git", "1.1.0"}}, + {cowlib, ".*", {git, "git://github.com/ninenines/cowlib.git", "1.2.0"}}, {ranch, ".*", {git, "git://github.com/ninenines/ranch.git", "1.0.0"}} ]}. -- cgit v1.2.3