diff options
Diffstat (limited to 'src/ranch_transport.erl')
-rw-r--r-- | src/ranch_transport.erl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ranch_transport.erl b/src/ranch_transport.erl index 486c6d6..c968868 100644 --- a/src/ranch_transport.erl +++ b/src/ranch_transport.erl @@ -26,7 +26,7 @@ -callback name() -> atom(). -callback secure() -> boolean(). --callback messages() -> {OK::atom(), Closed::atom(), Error::atom()}. +-callback messages() -> {OK::atom(), Closed::atom(), Error::atom(), Passive::atom()}. -callback listen(opts()) -> {ok, socket()} | {error, atom()}. -callback accept(socket(), timeout()) -> {ok, socket()} | {error, closed | timeout | atom()}. |