aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/ranch.erl2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ranch.erl b/src/ranch.erl
index 287b1e3..0edcd78 100644
--- a/src/ranch.erl
+++ b/src/ranch.erl
@@ -43,7 +43,7 @@
-export([set_option_default/3]).
-export([require/1]).
--deprecated([start_listener/6, child_spec/6]).
+-deprecated([start_listener/6, child_spec/6, accept_ack/1]).
-type max_conns() :: non_neg_integer() | infinity.
-export_type([max_conns/0]).