aboutsummaryrefslogtreecommitdiffstats
path: root/src/cowboy_protocol.erl
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2013-05-30 20:21:01 +0200
committerLoïc Hoguin <[email protected]>2013-05-30 20:21:01 +0200
commit9a2d35c2e800ee73c27b6d6cc324453c5219f715 (patch)
treefbfae2445e5aae27f67214c857f8a370cb8c3c52 /src/cowboy_protocol.erl
parentc7f0834dc379053023a98a04d9fc294bc196dfa3 (diff)
downloadcowboy-9a2d35c2e800ee73c27b6d6cc324453c5219f715.tar.gz
cowboy-9a2d35c2e800ee73c27b6d6cc324453c5219f715.tar.bz2
cowboy-9a2d35c2e800ee73c27b6d6cc324453c5219f715.zip
Add experimental and incomplete SPDY support
The SPDY connection processes are also supervisors. Missing: * sendfile support * request body reading support
Diffstat (limited to 'src/cowboy_protocol.erl')
-rw-r--r--src/cowboy_protocol.erl1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/cowboy_protocol.erl b/src/cowboy_protocol.erl
index 06c5446..b42f524 100644
--- a/src/cowboy_protocol.erl
+++ b/src/cowboy_protocol.erl
@@ -54,6 +54,7 @@
%% Internal.
-export([init/4]).
-export([parse_request/3]).
+-export([parse_host/2]).
-export([resume/6]).
-type opts() :: [{compress, boolean()}