Explain reason for bug fix

This commit is contained in:
josieusa 2017-02-23 10:31:18 +01:00
parent 1d2197f05a
commit 244627a361
1 changed files with 2 additions and 1 deletions

View File

@ -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