aboutsummaryrefslogtreecommitdiffstats
path: root/doc/src/manual
diff options
context:
space:
mode:
Diffstat (limited to 'doc/src/manual')
-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