From 9e8c27f46bca8171591efead080c27df5f7d79ba Mon Sep 17 00:00:00 2001 From: Henry Oswald Date: Mon, 19 Dec 2016 14:47:54 +0000 Subject: [PATCH] =?UTF-8?q?don=E2=80=99t=20shutdown=20filestore=20on=20unc?= =?UTF-8?q?aught=20exception?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- services/filestore/app.coffee | 1 - 1 file changed, 1 deletion(-) diff --git a/services/filestore/app.coffee b/services/filestore/app.coffee index 531442b6ea..eb97ad48dd 100644 --- a/services/filestore/app.coffee +++ b/services/filestore/app.coffee @@ -39,7 +39,6 @@ app.use (req, res, next) -> requestDomain.add res requestDomain.on "error", (err)-> try - appIsOk = false # request a shutdown to prevent memory leaks beginShutdown() if !res.headerSent