aboutsummaryrefslogtreecommitdiffstats
path: root/src/ranch_tcp.erl
diff options
context:
space:
mode:
Diffstat (limited to 'src/ranch_tcp.erl')
-rw-r--r--src/ranch_tcp.erl2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ranch_tcp.erl b/src/ranch_tcp.erl
index b7ece5b..365af26 100644
--- a/src/ranch_tcp.erl
+++ b/src/ranch_tcp.erl
@@ -75,7 +75,7 @@ name() -> tcp.
-spec secure() -> boolean().
secure() ->
- false.
+ false.
messages() -> {tcp, tcp_closed, tcp_error}.