diff options
author | Loïc Hoguin <[email protected]> | 2017-09-04 14:33:44 +0200 |
---|---|---|
committer | Loïc Hoguin <[email protected]> | 2017-09-04 14:33:44 +0200 |
commit | 58e9e76814a8291894ba01ac8a4551e4f8d480b3 (patch) | |
tree | 58145af48e5c9dbcec51ffec14bb9faea25c6b24 /doc/src/guide/ws_handlers.asciidoc | |
parent | 47aa0097ed3f63bf0de1b540a6a8d4086e3d2ea6 (diff) | |
download | cowboy-58e9e76814a8291894ba01ac8a4551e4f8d480b3.tar.gz cowboy-58e9e76814a8291894ba01ac8a4551e4f8d480b3.tar.bz2 cowboy-58e9e76814a8291894ba01ac8a4551e4f8d480b3.zip |
Fix more documentation todos
I have decided not to include a manual page for
cowboy_stream_h at this point because it clashes
with the cowboy_stream manual page. This decision
will be revisited in the future.
Diffstat (limited to 'doc/src/guide/ws_handlers.asciidoc')
-rw-r--r-- | doc/src/guide/ws_handlers.asciidoc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/src/guide/ws_handlers.asciidoc b/doc/src/guide/ws_handlers.asciidoc index 61a523b..84dfb9b 100644 --- a/doc/src/guide/ws_handlers.asciidoc +++ b/doc/src/guide/ws_handlers.asciidoc @@ -151,7 +151,9 @@ websocket_info(_Info, State) -> === Sending frames -// @todo So yeah, reply makes no sense. Maybe change it to send. Sigh. +// @todo This will be deprecated and eventually replaced with a +// {Commands, State} interface that allows providing more +// functionality easily. All `websocket_` callbacks share return values. They may send zero, one or many frames to the client. @@ -222,8 +224,6 @@ init(Req, State) -> This value cannot be changed once it is set. It defaults to `60000`. -// @todo Perhaps the default should be changed. - === Saving memory The Websocket connection process can be set to hibernate |