aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2012-02-27 08:06:27 +0100
committerLoïc Hoguin <[email protected]>2012-02-27 08:06:27 +0100
commitac1424fd6ab75f8a24ae58b8d227cf8fe5da8e4e (patch)
treee6af2fec7d1440f89921855839c8fe210d1d8a55
parentf7884475a5f9cf580f41a9f146211a5be8523dc3 (diff)
downloadcowboy-ac1424fd6ab75f8a24ae58b8d227cf8fe5da8e4e.tar.gz
cowboy-ac1424fd6ab75f8a24ae58b8d227cf8fe5da8e4e.tar.bz2
cowboy-ac1424fd6ab75f8a24ae58b8d227cf8fe5da8e4e.zip
Remove a completed @todo comment
-rw-r--r--src/cowboy_ssl_transport.erl1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/cowboy_ssl_transport.erl b/src/cowboy_ssl_transport.erl
index 8eaf320..7ce608d 100644
--- a/src/cowboy_ssl_transport.erl
+++ b/src/cowboy_ssl_transport.erl
@@ -58,7 +58,6 @@ messages() -> {ssl, ssl_closed, ssl_error}.
%% </dl>
%%
%% @see ssl:listen/2
-%% @todo The password option shouldn't be mandatory.
-spec listen([{port, inet:ip_port()} | {certfile, string()}
| {keyfile, string()} | {password, string()}
| {cacertfile, string()} | {ip, inet:ip_address()}])