aboutsummaryrefslogtreecommitdiffstats
path: root/doc/src
diff options
context:
space:
mode:
Diffstat (limited to 'doc/src')
-rw-r--r--doc/src/guide/req.asciidoc2
-rw-r--r--doc/src/manual/cowboy_stream.asciidoc1
2 files changed, 0 insertions, 3 deletions
diff --git a/doc/src/guide/req.asciidoc b/doc/src/guide/req.asciidoc
index b879fa3..53222cb 100644
--- a/doc/src/guide/req.asciidoc
+++ b/doc/src/guide/req.asciidoc
@@ -52,8 +52,6 @@ unless strictly necessary. If adding new fields, make sure
to namespace the field names so that no conflict can occur
with future Cowboy updates or third party projects.
-// @todo There are currently no tests for direct access.
-
=== Introduction to the cowboy_req interface
// @todo Link to cowboy_req manual
diff --git a/doc/src/manual/cowboy_stream.asciidoc b/doc/src/manual/cowboy_stream.asciidoc
index ffce10b..d8a4827 100644
--- a/doc/src/manual/cowboy_stream.asciidoc
+++ b/doc/src/manual/cowboy_stream.asciidoc
@@ -335,7 +335,6 @@ Sent when the request process pushes a resource to the client.
Same as the xref:switch_protocol_command[switch_protocol command].
-// @todo Not done for HTTP/2 yet.
Sent when switching to the HTTP/2 or Websocket protocol.
== Exports