aboutsummaryrefslogtreecommitdiffstats
path: root/doc/src/manual/cowboy.asciidoc
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2016-03-06 17:48:35 +0100
committerLoïc Hoguin <[email protected]>2016-03-06 17:48:35 +0100
commit7bdd710849a35c12afe3f91bc5df4006db4c0282 (patch)
tree17b17bdaa94d529fd254ddbff545865e48214783 /doc/src/manual/cowboy.asciidoc
parentb370442a6352c5acb13b88e135c32ca1720095bd (diff)
downloadcowboy-7bdd710849a35c12afe3f91bc5df4006db4c0282.tar.gz
cowboy-7bdd710849a35c12afe3f91bc5df4006db4c0282.tar.bz2
cowboy-7bdd710849a35c12afe3f91bc5df4006db4c0282.zip
Completely remove SPDY
Diffstat (limited to 'doc/src/manual/cowboy.asciidoc')
-rw-r--r--doc/src/manual/cowboy.asciidoc10
1 files changed, 0 insertions, 10 deletions
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.