diff options
author | Loïc Hoguin <[email protected]> | 2019-10-10 15:53:26 +0200 |
---|---|---|
committer | Loïc Hoguin <[email protected]> | 2019-10-10 16:04:28 +0200 |
commit | a73004e966a45b78d81168bb03c68acdd7bfea65 (patch) | |
tree | 892f58ab533433fd9cf39180a85c8ce3ec2651cd /doc | |
parent | ecb39eea103b36f39c3aaf91e02564e95a9c7c01 (diff) | |
download | cowboy-a73004e966a45b78d81168bb03c68acdd7bfea65.tar.gz cowboy-a73004e966a45b78d81168bb03c68acdd7bfea65.tar.bz2 cowboy-a73004e966a45b78d81168bb03c68acdd7bfea65.zip |
Fix a number of low hanging todos
Diffstat (limited to 'doc')
-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() |