aboutsummaryrefslogtreecommitdiffstats
path: root/examples/chunked_hello_world
diff options
context:
space:
mode:
Diffstat (limited to 'examples/chunked_hello_world')
-rw-r--r--examples/chunked_hello_world/src/chunked_hello_world_app.erl2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/chunked_hello_world/src/chunked_hello_world_app.erl b/examples/chunked_hello_world/src/chunked_hello_world_app.erl
index 9c6eb1d..70d63f5 100644
--- a/examples/chunked_hello_world/src/chunked_hello_world_app.erl
+++ b/examples/chunked_hello_world/src/chunked_hello_world_app.erl
@@ -22,4 +22,4 @@ start(_Type, _Args) ->
chunked_hello_world_sup:start_link().
stop(_State) ->
- ok.
+ ok = cowboy:stop_listener(http).