diff options
Diffstat (limited to 'doc/src')
-rw-r--r-- | doc/src/manual/cowboy_middleware.asciidoc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/src/manual/cowboy_middleware.asciidoc b/doc/src/manual/cowboy_middleware.asciidoc index 11aa3e8..180fb0a 100644 --- a/doc/src/manual/cowboy_middleware.asciidoc +++ b/doc/src/manual/cowboy_middleware.asciidoc @@ -47,6 +47,8 @@ Cowboy will stop middleware execution. No other middleware will be executed. This effectively ends the processing of the request. +// @todo No need to return the Req when stopping. Fix in 3.0. + == Types === env() |