diff options
author | Loïc Hoguin <[email protected]> | 2019-05-09 10:18:53 +0200 |
---|---|---|
committer | Loïc Hoguin <[email protected]> | 2019-05-09 10:47:14 +0200 |
commit | e92171a8f80755dad795691ad9e07807212d0d1c (patch) | |
tree | cc3ff85ea7b057fa923219a6bf6897f16d09bfa0 /doc/src | |
parent | 34758e99d52f45fcdf86833574ca2972c130bd4d (diff) | |
download | ranch-e92171a8f80755dad795691ad9e07807212d0d1c.tar.gz ranch-e92171a8f80755dad795691ad9e07807212d0d1c.tar.bz2 ranch-e92171a8f80755dad795691ad9e07807212d0d1c.zip |
Use ssl:handshake instead of ssl:ssl_accept
This makes Ranch require OTP-21+. The function ranch:accept_ack/1
was also removed in this commit.
Diffstat (limited to 'doc/src')
-rw-r--r-- | doc/src/manual/ranch.asciidoc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/src/manual/ranch.asciidoc b/doc/src/manual/ranch.asciidoc index bd022ec..3f14cf0 100644 --- a/doc/src/manual/ranch.asciidoc +++ b/doc/src/manual/ranch.asciidoc @@ -25,7 +25,6 @@ Suspend/resume: Connections: -* ranch:accept_ack(3) - Deprecated in favor of link:man:ranch:handshake(3)[ranch:handshake(3)] * link:man:ranch:handshake(3)[ranch:handshake(3)] - Perform the transport handshake * link:man:ranch:recv_proxy_header(3)[ranch:recv_proxy_header(3)] - Receive the PROXY protocol header * link:man:ranch:remove_connection(3)[ranch:remove_connection(3)] - Remove connection from the count @@ -131,6 +130,8 @@ Unique name used to refer to a listener. == Changelog +* *2.0*: The function `ranch:accept_ack/1` was removed in favor of + link:man:ranch:handshake(3)[ranch:handshake(3)]. * *2.0*: The option `max_connections` is now per connection supervisor. * *2.0*: The `num_conns_sup` option was added. * *2.0*: The `socket` option was removed. |