From a1a254c4d001feb1b05c1f1620766de94c560823 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Hoguin?= Date: Fri, 21 Mar 2014 10:55:42 +0100 Subject: Improve the HTTP/1.1 and HTTP/1.0 support --- src/gun_sup.erl | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'src/gun_sup.erl') diff --git a/src/gun_sup.erl b/src/gun_sup.erl index b7a9c82..b765dd9 100644 --- a/src/gun_sup.erl +++ b/src/gun_sup.erl @@ -33,7 +33,6 @@ start_link() -> %% supervisor. init([]) -> - Procs = [ - {gun, {gun, start_link, []}, - transient, 5000, worker, [gun]}], + Procs = [{gun, {gun, start_link, []}, + temporary, 5000, worker, [gun]}], {ok, {{simple_one_for_one, 10, 10}, Procs}}. -- cgit v1.2.3