From e4da6956fceea1af8e2cdf9fece0e014576ab43c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Hoguin?= Date: Sat, 2 Apr 2011 20:27:16 +0200 Subject: Anonymize and improve the cowboy supervision tree. * Cowboy isn't an OTP application anymore; just a supervisor. * All processes started by Cowboy are now anonymous. * All processes related to a listener are now part of its supervision tree. --- src/cowboy.app.src | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'src/cowboy.app.src') diff --git a/src/cowboy.app.src b/src/cowboy.app.src index d3dd958..6972496 100644 --- a/src/cowboy.app.src +++ b/src/cowboy.app.src @@ -20,7 +20,5 @@ {applications, [ kernel, stdlib - ]}, - {mod, {cowboy_app, []}}, - {env, []} + ]} ]}. -- cgit v1.2.3