aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2019-10-10 15:53:26 +0200
committerLoïc Hoguin <[email protected]>2019-10-10 16:04:28 +0200
commita73004e966a45b78d81168bb03c68acdd7bfea65 (patch)
tree892f58ab533433fd9cf39180a85c8ce3ec2651cd /doc
parentecb39eea103b36f39c3aaf91e02564e95a9c7c01 (diff)
downloadcowboy-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.asciidoc2
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()