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 --- src/cowboy_protocol.erl | 1 + 1 file changed, 1 insertion(+) (limited to 'src/cowboy_protocol.erl') 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()} -- cgit v1.2.3