aboutsummaryrefslogtreecommitdiffstats
path: root/src/cowboy.erl
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2012-05-21 08:49:22 +0200
committerLoïc Hoguin <[email protected]>2012-05-21 08:49:22 +0200
commit8363e8995ad0b4f21b2a194c235ae7b92462af2e (patch)
treed75a4d0515d3df317c8ccafb710a23f94a7757d3 /src/cowboy.erl
parent4f78be6da615384d092093ef128535f00146e6f7 (diff)
downloadcowboy-8363e8995ad0b4f21b2a194c235ae7b92462af2e.tar.gz
cowboy-8363e8995ad0b4f21b2a194c235ae7b92462af2e.tar.bz2
cowboy-8363e8995ad0b4f21b2a194c235ae7b92462af2e.zip
Small updates to the ROADMAP and doc comments
Diffstat (limited to 'src/cowboy.erl')
-rw-r--r--src/cowboy.erl1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/cowboy.erl b/src/cowboy.erl
index 7963df2..1097197 100644
--- a/src/cowboy.erl
+++ b/src/cowboy.erl
@@ -51,7 +51,6 @@ start_listener(Ref, NbAcceptors, Transport, TransOpts, Protocol, ProtoOpts)
Transport, TransOpts, Protocol, ProtoOpts)).
%% @doc Stop a listener identified by <em>Ref</em>.
-%% @todo Currently request processes aren't terminated with the listener.
-spec stop_listener(any()) -> ok | {error, not_found}.
stop_listener(Ref) ->
case supervisor:terminate_child(cowboy_sup, {cowboy_listener_sup, Ref}) of