aboutsummaryrefslogtreecommitdiffstats
path: root/doc/src/manual/gun.asciidoc
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2015-04-09 23:25:56 +0300
committerLoïc Hoguin <[email protected]>2015-04-09 23:25:56 +0300
commit3c051509d6b211dc4b369ba716b08d24135f29f2 (patch)
treeebfb7e395f8a8c8b2b6b97bf4c432526021b532b /doc/src/manual/gun.asciidoc
parenta738db07c2040461f0fd431f04ecf90b157ead5b (diff)
downloadgun-3c051509d6b211dc4b369ba716b08d24135f29f2.tar.gz
gun-3c051509d6b211dc4b369ba716b08d24135f29f2.tar.bz2
gun-3c051509d6b211dc4b369ba716b08d24135f29f2.zip
Remove outdated todos
Diffstat (limited to 'doc/src/manual/gun.asciidoc')
-rw-r--r--doc/src/manual/gun.asciidoc5
1 files changed, 1 insertions, 4 deletions
diff --git a/doc/src/manual/gun.asciidoc b/doc/src/manual/gun.asciidoc
index b487eee..902af9a 100644
--- a/doc/src/manual/gun.asciidoc
+++ b/doc/src/manual/gun.asciidoc
@@ -139,9 +139,6 @@ A resource pushed alongside an HTTP response.
This message can only be sent when the protocol is SPDY.
-@todo we probably want a function to know what protocol we connected
-@todo with or perhaps a message on connect that tells us that
-
@todo I fear we also need the scheme; resource is identified by URI
@todo Perhaps we really should send the URI entirely, because cache
@todo relies on URI to work and this feature is for caching...
@@ -649,7 +646,7 @@ Opts = map():: Options for the Websocket connection.
Request the connection to be upgraded to the Websocket protocol.
-@todo Only possible for HTTP.
+This function can only be used when the current protocol is `http`.
=== ws_send(ConnPid, Frames) -> ok