mirror of
https://github.com/ninenines/cowboy.git
synced 2025-07-14 20:30:23 +00:00
Document stopping the listener in App:stop/1
This commit is contained in:
parent
e4a535cfa6
commit
99df823cc3
16 changed files with 29 additions and 16 deletions
|
@ -22,4 +22,4 @@ start(_Type, _Args) ->
|
|||
cookie_sup:start_link().
|
||||
|
||||
stop(_State) ->
|
||||
ok.
|
||||
ok = cowboy:stop_listener(http).
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue