Browse Source

Mark ranch:accept_ack/1 as deprecated

Loïc Hoguin 7 years ago
parent
commit
f4a4843b1b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/ranch.erl

+ 1 - 1
src/ranch.erl

@@ -43,7 +43,7 @@
 -export([set_option_default/3]).
 -export([set_option_default/3]).
 -export([require/1]).
 -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.
 -type max_conns() :: non_neg_integer() | infinity.
 -export_type([max_conns/0]).
 -export_type([max_conns/0]).