From 244627a361693731f9c6bb0799fd62ea2969bdad Mon Sep 17 00:00:00 2001 From: josieusa Date: Thu, 23 Feb 2017 10:31:18 +0100 Subject: [PATCH] Explain reason for bug fix --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 456cacc..7008622 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,8 @@ Current context for LoopBack applications, based on cls-hooked. [Bluebird](https://www.npmjs.com/package/bluebird) instead. - Express middleware chains which contain a "bad" middleware (i.e. one which breaks context propagation inside its function body, in a way mentioned in - this doc) especially if called before other "good" ones needs refactoring. + this doc) especially if called before other "good" ones needs refactoring, + in order to prevent the context from getting mixed up among HTTP requests. See usage below for details. Discussion: https://github.com/strongloop/loopback-context/issues/17