From 9a2d35c2e800ee73c27b6d6cc324453c5219f715 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Hoguin?= Date: Thu, 30 May 2013 20:21:01 +0200 Subject: Add experimental and incomplete SPDY support The SPDY connection processes are also supervisors. Missing: * sendfile support * request body reading support --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 1f591a3..9810deb 100644 --- a/Makefile +++ b/Makefile @@ -5,7 +5,7 @@ PROJECT = cowboy # Options. COMPILE_FIRST = cowboy_middleware cowboy_sub_protocol -CT_SUITES = eunit http ws +CT_SUITES = eunit http spdy ws PLT_APPS = crypto public_key ssl # Dependencies. -- cgit v1.2.3