Skip to content

Commit fd47985

Browse files
authored
Merge pull request #49 from schnittstabil/fix-recusive-argument
Remove recusive middleware stack argument
2 parents 343118f + b396baa commit fd47985

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

README.md

+1-3
Original file line numberDiff line numberDiff line change
@@ -282,9 +282,7 @@ additional information._
282282
Both the middleware and delegate interface define a `process` method to prevent
283283
misuse of middleware as delegates.
284284

285-
If a middleware was used as a delegate the entire middleware stack would end up
286-
recursive, instead of piped. The implementation of delegate should be defined
287-
within middleware dispatching systems.
285+
The implementation of delegate should be defined within middleware dispatching systems.
288286

289287
6. People
290288
---------

0 commit comments

Comments
 (0)