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 --- doc/src/manual/cowboy.asciidoc | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'doc/src/manual/cowboy.asciidoc') diff --git a/doc/src/manual/cowboy.asciidoc b/doc/src/manual/cowboy.asciidoc index cd83b3d..10e3696 100644 --- a/doc/src/manual/cowboy.asciidoc +++ b/doc/src/manual/cowboy.asciidoc @@ -67,16 +67,6 @@ ProtoOpts = cowboy_protocol:opts():: HTTP protocol options. Start listening for HTTPS connections. Returns the pid for this listener's supervisor. -=== start_spdy(Ref, NbAcceptors, TransOpts, ProtoOpts) -> {ok, pid()} - -Ref = ranch:ref():: Listener name. -NbAcceptors = non_neg_integer():: Number of acceptor processes. -TransOpts = ranch_ssl:opts():: SSL transport options. -ProtoOpts = cowboy_spdy:opts():: SPDY protocol options. - -Start listening for SPDY connections. Returns the pid for this -listener's supervisor. - === stop_listener(Ref) -> ok | {error, not_found} Ref = ranch:ref():: Listener name. -- cgit v1.2.3