diff options
author | Loïc Hoguin <[email protected]> | 2014-02-21 18:08:38 +0100 |
---|---|---|
committer | Loïc Hoguin <[email protected]> | 2014-02-21 18:08:38 +0100 |
commit | e7afe1f381f93f0c4df3680ff55dae111e864c9f (patch) | |
tree | 152ae78508ffd0526bf1d3198a9144a56a78b627 /manual/cowboy.md | |
parent | 6315da045634d7f621196654c2a198bcd935a119 (diff) | |
parent | 4ff6b0238b9d79066a2adc19ef89c2ddc77fd3cc (diff) | |
download | cowboy-e7afe1f381f93f0c4df3680ff55dae111e864c9f.tar.gz cowboy-e7afe1f381f93f0c4df3680ff55dae111e864c9f.tar.bz2 cowboy-e7afe1f381f93f0c4df3680ff55dae111e864c9f.zip |
Merge branch 'stop_listener-spec' of git://github.com/s1n4/cowboy
Diffstat (limited to 'manual/cowboy.md')
-rw-r--r-- | manual/cowboy.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/manual/cowboy.md b/manual/cowboy.md index c2ef859..0eab0f8 100644 --- a/manual/cowboy.md +++ b/manual/cowboy.md @@ -76,7 +76,7 @@ Exports > Start listening for SPDY connections. Returns the pid for this > listener's supervisor. -### stop_listener(Ref) -> ok +### stop_listener(Ref) -> ok | {error, not_found} > Types: > * Ref = ranch:ref() |