0
Fork 0
mirror of https://github.com/ninenines/cowboy.git synced 2025-07-14 12:20:24 +00:00

Add experimental and incomplete SPDY support

The SPDY connection processes are also supervisors.

Missing:
 *  sendfile support
 *  request body reading support
This commit is contained in:
Loïc Hoguin 2013-05-30 20:21:01 +02:00
parent c7f0834dc3
commit 9a2d35c2e8
7 changed files with 980 additions and 35 deletions

View file

@ -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.