0
Fork 0
mirror of https://github.com/ninenines/cowboy.git synced 2025-07-14 20:30:23 +00:00

Remove a bunch of todos

This commit is contained in:
Loïc Hoguin 2018-04-30 18:39:27 +02:00
parent 5d5f3f8461
commit 28d3515d71
No known key found for this signature in database
GPG key ID: 8A9DF795F6FED764
3 changed files with 3 additions and 16 deletions

View file

@ -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

View file

@ -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