0
Fork 0
mirror of https://github.com/ninenines/cowboy.git synced 2025-07-14 12:20:24 +00:00

Document stopping the listener in App:stop/1

This commit is contained in:
Loïc Hoguin 2019-10-03 10:09:35 +02:00
parent e4a535cfa6
commit 99df823cc3
No known key found for this signature in database
GPG key ID: 8A9DF795F6FED764
16 changed files with 29 additions and 16 deletions

View file

@ -22,4 +22,4 @@ start(_Type, _Args) ->
chunked_hello_world_sup:start_link().
stop(_State) ->
ok.
ok = cowboy:stop_listener(http).