From 7bdd710849a35c12afe3f91bc5df4006db4c0282 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Hoguin?= Date: Sun, 6 Mar 2016 17:48:35 +0100 Subject: Completely remove SPDY --- src/cowboy_tls.erl | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/cowboy_tls.erl') diff --git a/src/cowboy_tls.erl b/src/cowboy_tls.erl index 0ccf733..375b005 100644 --- a/src/cowboy_tls.erl +++ b/src/cowboy_tls.erl @@ -29,9 +29,6 @@ init(Parent, Ref, Socket, Transport, Opts) -> case ssl:negotiated_protocol(Socket) of {ok, <<"h2">>} -> init(Parent, Ref, Socket, Transport, Opts, cowboy_http2); - %% @todo Implement cowboy_spdy and cowboy_http. - {ok, <<"spdy/3">>} -> - init(Parent, Ref, Socket, Transport, Opts, cowboy_spdy); _ -> %% http/1.1 or no protocol negotiated. init(Parent, Ref, Socket, Transport, Opts, cowboy_http) end. -- cgit v1.2.3