aboutsummaryrefslogtreecommitdiffstats
path: root/doc/src/manual/cowboy_websocket.asciidoc
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2019-10-07 12:04:39 +0200
committerLoïc Hoguin <[email protected]>2019-10-07 12:07:23 +0200
commitfad0ac8fb68833e8b7b0895eb1b96bb068961917 (patch)
treed066a4a164e321ba4a862eef6ecdd7be44246634 /doc/src/manual/cowboy_websocket.asciidoc
parente25fb19bab02ba7fee68d5188d340311fffc3ce3 (diff)
downloadcowboy-fad0ac8fb68833e8b7b0895eb1b96bb068961917.tar.gz
cowboy-fad0ac8fb68833e8b7b0895eb1b96bb068961917.tar.bz2
cowboy-fad0ac8fb68833e8b7b0895eb1b96bb068961917.zip
Document the set_options stream handler command
Diffstat (limited to 'doc/src/manual/cowboy_websocket.asciidoc')
-rw-r--r--doc/src/manual/cowboy_websocket.asciidoc3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/src/manual/cowboy_websocket.asciidoc b/doc/src/manual/cowboy_websocket.asciidoc
index 3a2264b..440a0e8 100644
--- a/doc/src/manual/cowboy_websocket.asciidoc
+++ b/doc/src/manual/cowboy_websocket.asciidoc
@@ -232,6 +232,9 @@ idle_timeout (60000)::
Time in milliseconds that Cowboy will keep the
connection open without receiving anything from
the client.
++
+This option can be updated at any time using the
+`set_options` command.
max_frame_size (infinity)::