aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2018-04-30 18:39:27 +0200
committerLoïc Hoguin <[email protected]>2018-04-30 18:39:27 +0200
commit28d3515d716d32d1700fa21e904c613c139d4019 (patch)
tree2b463fc45217af1ea3cdba4ff9eae488d4ac3493 /doc
parent5d5f3f846103ae24fbebaec294bc8b0390df8c4e (diff)
downloadcowboy-2.4.0.tar.gz
cowboy-2.4.0.tar.bz2
cowboy-2.4.0.zip
Remove a bunch of todos2.4.0
Diffstat (limited to 'doc')
-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